.ccCasaVSProductPhotosSlideShow {
	
 	width: 450px; 
	
	height: 300px;
}

/* Phone and tablet layout */
@media only screen and (max-width: 889px) {

	.ccCasaVSProductPhotosSlideShow {
		
		width: 300px;
		
		height: 250px;
	}
}