

#exhibitions .slick-next{
    position: absolute;
    bottom: 50%;
    left: 98%;
    transform: translateY(50%);
    border: 0;
    background:none;
}

#exhibitions .slick-prev{
    position: absolute;
    bottom: 50%;
    left: 1%;
    transform: translatey(50%);
    z-index: 1;
    border: 0;
    background:none;
}

@media screen and (max-width:590px){
   #exhibitions .slick-next{
        left: 95%;
    } 
}
@media screen and (max-width:420px){
   #exhibitions .slick-next{
        left: 94%;
    } 
}