.img-rs { 
width:144px; 
height:144px;
-moz-border-radius:10px; 
-webkit-border-radius:10px; 
border-radius:10px; 
overflow: hidden;
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}


@media (min-width: 768px) and (max-width: 979px) {
    .img-rs  {
		width:108px; 
    	height:108px;	
		}	  
}

@media (max-width: 767px) {
    .img-rs  {
		width:72px; 
    	height:72px;	
		}	  
}

.red {
	color:red;
}