
@import url('../../../common/styles/media2.css');

html, body {
	margin:0;
	height:100%;

}
#flashContent {
	width:100%;
	height:100%;
	overflow:hidden; 
}

#canvas {
	width: 680px !important;
	height: 490px !important;
}
 
#mainDiv
{
width:460px;
height:400px;
position:absolute;
transform: scale(1, 1) !important;
}

#main_wrapper{width:100%;height:100%;position:absolute;} 
 
#img5,#img4,#img3,#img2,#img1{ 
    border-radius: 10px;
} 
#img5,#img4,#img3,#img2{ 
    clip: rect(0px, 230px, 400px, 230px);  
} 

#dvSliderContainer{
    display: none;
}


@media only screen and (device-width: 768px) {

#mainDiv
{
transform: scale(0.5, 0.5) !important;
}
}