@media screen and (max-width: 767px) {
	.rand_product{
		max-height:220px; 
		max-width:300px; 
		margin-top:10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.rand_product{
		max-height:200px; 
		max-width:220px; 
		margin-top:10px;
	}
}

@media screen and (min-width: 980px){
	.rand_product{
		max-height:220px; 
		max-width:300px; 
		margin-top:10px;
	}
}

.rwz_rand_product_href{
	color:inherit;
}
.rwz_rand_product_href:hover{
	color: #007d40;
	text-decoration: none;
}

