body.search-results #primary {
   padding-bottom: 60px;
}

@media screen and (min-width: 960px) {
	
	.results .result.result-with-img > a {
		height: 10vw;
		display: block;
	}
	
	.results .result.result-with-img > a > img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		display: block;
	}

}
