.rotating-slider{
    margin: 5em auto;
    height: 360px;
    position: relative;
    width: 480px;
	margin-top:;
}
.rotating-slider ul.direction-controls{
    list-style: none;
    margin: 0;
    padding: 0;
}
.rotating-slider ul.direction-controls li.left-arrow{
    position: absolute;
        top: 50%;
        right: 100%;
    transform: translateY(-50%);
}
.rotating-slider ul.direction-controls li.right-arrow{
    position: absolute;
        top: 50%;
        left: 100%;
    transform: translateY(-50%);
}
.rotating-slider ul.direction-controls li button{
    background: rgba(0,0,0,0.2);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0;
    text-align: center;
    transition: background 0.25s;
    width: 1.5em;
}
.rotating-slider ul.direction-controls li button:hover{
    background: rgba(0,0,0,0.6);
}
.rotating-slider ul.slides{
    border-radius: 50%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
        top: 0;
        left: 50%;
    transform: translateX(-50%) rotate(0);
    transform-origin: center center;
    width: 100%;
}
.rotating-slider ul.slides li{
    background-color: #ecf0f1;
    background-position: center;
    background-size: cover;
    display: block;
    list-style: none;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    transform-origin: bottom center;
    width: 100%;
}
.rotating-slider h2{ color:#FFF; font-size:38px; }
.rotating-slider p{color:#FFF; font-size:24px;  }

@media screen and (max-width: 420px){
.rotating-slider ul.slides li .inner{
	 box-sizing: border-box;
    height: 100%;
    width: 100%;

}

@media screen and (max-width: 480px){
.rotating-slider ul.slides li .inner {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 580px){
.rotating-slider ul.slides li .inner  {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 768px) and (min-width: 410px){
.rotating-slider ul.slides li .inner{
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}