#homeslides {
	margin-top: -30px;
}

.slide {
	background-color: #888;	
	background-size:cover;
	background-position: center center;
	background-attachment: fixed;
	padding-top:100px;
}
.slide img {
	display: inline-block !important;
}

#slide1 {
	background-image: url('../images/homeBG1.jpg');
}

#slide2 {
	background-image: url('../images/homeBG2.jpg');
}

#slide3 {
	background-image: url('../images/homeBG3.jpg');
}


@media(max-width:767px){

	#homeslides {
		height: 206px !important;
	}

	.slide {
		height: 250px !important;
	}
	
	.slide img {
		max-width: 94% !important;
	}
}

