@media only screen and (max-width: 575px) {
	.banner{
	background-image:url(../images/resbanner.jpg);
  background-repeat: no-repeat;
  background-size: 100% 66vh;
}
.col-md-3{
	height:66vh;
	padding-bottom:160px;
	
}
}