<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#prod-thumbs-container{
	
	overflow:hidden;
	
}

#prod-thumbs{
	
	margin: 12px 0 0 0;
	
}

#prod-thumbs &gt; .thumb {
	
	width:110px;
	height:94px;
	margin:0 12px 12px 0;
	overflow:hidden;
	float:left;
	
}

#prod-thumbs &gt; .thumb &gt; .thumb-image {
	
	width:110px;
	height:74px;
	position:relative;
	overflow:hidden;
	
}

#prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay {
	
	width:110px;
	height:74px;
	visibility:hidden;
	opacity: 0;

}

#prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {
	
	width:110px;
	height:74px;
	
}

#prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay:hover {
	
	cursor:zoom-in;
	
}

#prod-thumbs &gt; .thumb &gt; .thumb-label {
	
	width:110px;
	height:20px;
	position:relative;
	overflow:hidden;
	text-align: center;
	font-size: 14px;
	
}


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

	
	#prod-thumbs &gt; .thumb, #prod-thumbs &gt; .thumb &gt; .thumb-image, #prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay, #prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {
	
		width:88px;
		height:59px;
		
	}

	#prod-thumbs &gt; .thumb {

		height:79px;

	}
	
	#prod-thumbs &gt; .thumb &gt; .thumb-label {

		width:88px;

	}
	
}

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

	#prod-thumbs &gt; .thumb, #prod-thumbs &gt; .thumb &gt; .thumb-image, #prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay, #prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {
	
		width:96px;
		height:64px;
		
	}
	
	#prod-thumbs &gt; .thumb {

		height:84px;

	}
	
	#prod-thumbs &gt; .thumb &gt; .thumb-label {

		width:96px;

	}

}

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

	#prod-thumbs &gt; .thumb, #prod-thumbs &gt; .thumb &gt; .thumb-image, #prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay, #prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {
	
		width:86px;
		height:57px;
		
	}
	
	#prod-thumbs &gt; .thumb {

		height:77px;

	}
	
	#prod-thumbs &gt; .thumb &gt; .thumb-label {

		width:86px;

	}

}

@media only screen and (max-width: 520px){
	
	#prod-thumbs &gt; .thumb, #prod-thumbs &gt; .thumb &gt; .thumb-image, #prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay, #prod-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {
	
		width:92px;
		height:61px;
		
	}
	
	#prod-thumbs &gt; .thumb {

		height:81px;

	}
	
	#prod-thumbs &gt; .thumb &gt; .thumb-label {

		width:92px;

	}

}


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