<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#prod-thumbs &gt; .thumb {

	height:74px;
	
}

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

	
	#prod-thumbs &gt; .thumb {

		height:59px;

	}
	
}

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

	
	#prod-thumbs &gt; .thumb {

		height:64px;

	}

}

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

	#prod-thumbs &gt; .thumb {

		height:57px;

	}

}

@media only screen and (max-width: 520px){
	
	#prod-thumbs &gt; .thumb {

		height:61px;

	}

}


</pre></body></html>