
@media only screen and (min-width: 1380px) {
	.slideshow {
		height: 400px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.footer-2{
		width: 46%;
	}
}
@media only screen and (max-width: 1380px) {
	.slideshow {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.footer-2{
		width: 97%;
	}
}

