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

#cat-thumbs &gt; .thumb {
	
	width:223px;
	height:181px;
	margin:0 20px 20px 0;
	overflow:hidden;
	float:left;
	
}

#cat-thumbs &gt; .thumb &gt; .thumb-title {
	
	width:223px;
	height:20px;
	overflow: hidden;
	margin: 0 0 12px 0;
	font-size: 15px;

}

#cat-thumbs &gt; .thumb &gt; .thumb-image {
	
	width:223px;
	height:149px;
	position:relative;
	overflow:hidden;
	
}

#cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay {
	
	width:223px;
	height:149px;
	visibility:hidden;
	opacity: 0;
	
}

#cat-thumbs &gt; .thumb &gt; .thumb-image:hover .thumb-overlay{

	visibility:visible;
	opacity: 1;
	
}

#cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {
	
	width: 223px;
	height:149px;
	
}

/*#cat-thumbs &gt; .thumb-col-4{margin-right:0;}*/

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

	#cat-thumbs &gt; .thumb{

		width:245px;
		height:195px;

	}

	#cat-thumbs &gt; .thumb &gt; .thumb-title {

		width:245px;

	}
	
	#cat-thumbs &gt; .thumb &gt; .thumb-image, #cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay, #cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {

		width:245px;
		height:163px;

	}	

}

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

	#cat-thumbs &gt; .thumb{

		width:254px;
		height:201px;

	}

	#cat-thumbs &gt; .thumb &gt; .thumb-title {

		width:254px;

	}

	#cat-thumbs &gt; .thumb &gt; .thumb-image, #cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay, #cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {

		width:254px;
		height:169px;

	}	

}

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

	#cat-thumbs &gt; .thumb{

		width:228px;
		height:184px;

	}

	#cat-thumbs &gt; .thumb &gt; .thumb-title {

		width:228px;

	}

	#cat-thumbs &gt; .thumb &gt; .thumb-image, #cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay, #cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {

		width:228px;
		height:152px;

	}	

}

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

	#cat-thumbs &gt; .thumb{

		width:300px;
		height:232px;
		margin:0 0 20px 0;

	}

	#cat-thumbs &gt; .thumb &gt; .thumb-title {

		width:300px;

	}
	
	#cat-thumbs &gt; .thumb &gt; .thumb-image, #cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-overlay, #cat-thumbs &gt; .thumb &gt; .thumb-image &gt; .thumb-link-overlay {

		width:300px;
		height:200px;

	}	
	
}


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