.rotate-banners {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
	max-width: 300px;
    height: 250px;
	overflow: hidden;
}
.rotate-banners a {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 100%;
    transition: left 0.75s ease;
}
.rotate-banners a.active {
    left: 0;
    z-index: 2;
}
.rotate-banners a.inactive {
    left: 0;
}

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