.rotatebox .images{
width: 100%;
height: auto;
position: relative;
margin: 0 auto;
}
.rotatebox .images .placeholder{opacity:0;}
.rotatebox .images img{
display: block;
position: relative;
top: 0;
left: 0;
}
@media only screen and (max-width : 767px) {
.rotatebox .images{width:70%;}
}