.rotating-slider{
    margin: 2.5em auto;
    height: 290px!important;
    position: relative;
    width: 480px;
}
.rotating-slider ul.direction-controls{
    list-style: none;
    margin: 0;
    padding: 0;
}
.rotating-slider ul.direction-controls li.left-arrow{
    position: absolute;
        top: 60%;
        right: 335px;
    transform: translateY(-50%);
}
.rotating-slider ul.direction-controls li.right-arrow{
    position: absolute;
        top: 60%;
        left: 335px;
    transform: translateY(-50%);
}
.rotating-slider ul.direction-controls li button {
    height: 188px;
    width: 140px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.rotating-slider ul.direction-controls li.right-arrow button::after{
    content: '';
    padding: 86px 70px;
    height: 188px;
    width: 138px;
    background: url(../images/arrow-r.png) no-repeat;
}
.rotating-slider ul.direction-controls li.left-arrow button::after{
    content: '';
    padding: 86px 70px;
    height: 188px;
    width: 138px;
    background: url(../images/arrow-l.png) no-repeat;
}
/*.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: transparent;
}
.rotating-slider ul.direction-controls li.right-arrow button:active::after{
    background: url(../images/arrow-r2.png) no-repeat;
}
.rotating-slider ul.direction-controls li.left-arrow button:active::after{
    background: url(../images/arrow-l2.png) no-repeat;
}
.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%;
    border: solid 8px #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 12px;
}
.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%;
}
.slides {
    background: radial-gradient(circle, rgb(114, 51, 135) 55%, rgb(168, 73, 144) 75%);
}

/*--------SLIDES BACKGROUND-------*/

.rotating-slider ul.slides li:nth-of-type(1) {
    background: url('../images/slider-grill.svg') center center no-repeat;
}
.rotating-slider ul.slides li:nth-of-type(2) {
    background: url('../images/slider-baam.svg') center center no-repeat;
}
.rotating-slider ul.slides li:nth-of-type(3) {
    background: url('../images/slider-beer.svg') center center no-repeat;
}
.rotating-slider ul.slides li:nth-of-type(4) {
    background: url('../images/slider-roof.svg') center center no-repeat;
}
.rotating-slider ul.slides li:nth-of-type(5) {
    background: url('../images/slider-grupo.svg') center center no-repeat;
}
.rotating-slider ul.slides li:nth-of-type(6) {
    background: url('../images/slider-cervo.svg') center center no-repeat;
}
.rotating-slider ul.slides li:nth-of-type(7) {
    background: url('../images/slider-holsteins.svg') center center no-repeat;
}
.rotating-slider ul.slides li:nth-of-type(8) {
    background: url('../images/slider-psc.svg') center center no-repeat;
}
.rotating-slider ul.slides li:nth-of-type(9) {
    background: url('../images/slider-pu.svg') center center no-repeat;
}
.rotating-slider ul.slides li:nth-of-type(10) {
    background: url('../images/slider-prime.svg') center center no-repeat;
}