@charset "UTF-8";

#results .results a {
	width:calc(25% - 20px);
}
#results .results a .img {
	position:relative;
	overflow:hidden;
}
#results .results a .img img {
	display:block;
	position:relative;
	z-index:0;
	transition:.66s;
}
#results .results a:hover .img img {
	transform:scale(1.05);
	opacity:.75;
}
#results .results a h3 {
	font-size:1.6rem;
	font-weight:500;
	padding-top:.5em;
	padding-left:.75em;
	border-left:4px solid #2F8272;
}
#results .results a h3::after {
	content:none;
}

@media screen and (max-width:1024px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:640px){

#results .results a {
	width:calc(50% - 5px);
	margin-bottom:15px;
}
#results .results a .img img {
	transition:0s;
}
#results .results a:hover .img img {
	transform:scale(1.0);
	opacity:1;
}
#results .results a h3 {
	font-size:1.4rem;
	padding-left:.5em;
	border-left:3px solid #2F8272;
}

}

@media screen and (max-width:480px){

}