﻿.rotation {
 border: 0px solid #000;
 /* cursor: pointer; */
 overflow: hidden;
 margin: 0;
 position: relative;
 height: 285px;
 text-align: center;
}

.rotation img {
 border: 0;
}

.rotation div {
 left: 0;
 position: absolute;
 width: 100%;
 height: 100%;
}

.rotation a {
 display: block;
 text-align: center;
}