.boxes .cover-img{
	height: 100%!important;
}

.divImg img{
	width:100%!important;
	height:auto!important;
	border:0!important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 480px) {
	.searchCont input, .searchCont select {
	    width: 90%!important;
	}
}