
.rotatebox .images{
  width: 600px;
  height: 400px;
  position: relative;
}
.rotatebox .images img{
  width: 600px;
  height: 400px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
