
.rotatebox .images{
  width: 655px;
  height: 500px;
  min-width: 655px;
  position: relative;
  left: 20%;
}
.rotatebox .images img{
  width: 655px;
  height: 500px;
  min-width: 655px;

  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width: 600px) {

	.rotatebox .images{
	  width: 320px;
	  height: 320px;
	  min-width: 320px;
	  position: relative;
	  left: 0%;
	}
	.rotatebox .images img{
	  width: 320px;
	  height: 320px;
	  min-width: 320px;

	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
}
