.slick-prev{
    border: 1px solid  #DEE2E6;
    background: rgba(255, 255, 255, 0.00);
    padding: 12px 21px;
    border-radius: 30px;
    position: absolute;
    z-index: 1;
    bottom: -9%;
    right: 10%;
}
.slick-next{
    position: absolute;
    z-index: 1;
    bottom: -9%;
    right: 5%;
    border-radius: 30px;
    border: 1px solid  #DEE2E6;
    background: rgba(255, 255, 255, 0.00);
    padding: 12px 21px;
}
.info-gallery-carousel {
    height: 717px;
}
.slick-list{
    height: 100%;
}
.slick-track{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1500px){
    .info-gallery-carousel {
        height: unset;
    }
    .slick-prev{
        bottom: -13%;
    }
    .slick-next{
        bottom: -13%;
    }
}
@media screen and (max-width:1500px){
    .info-gallery-carousel {
        height: unset;
    }
}
@media screen and (max-width:1200px){
    .slick-prev{
        right: 14%;
    }
}
@media screen and (max-width:991px){
    .slick-prev{
        bottom: -20%;
    }
    .slick-next{
        bottom: -20%;
    }
}
@media screen and (max-width:767px){
    .slick-prev{
        bottom: -25%;
    }
    .slick-next{
        bottom: -25%;
    }
}
@media screen and (max-width:675px){
    .slick-prev{
        bottom: -20%;
        right: 18%;
    }
    .slick-next{
        bottom: -20%;
    }
}

@media screen and (max-width:560px){
    .slick-prev{
        bottom: -15%;
        right: 22%;
    }
    .slick-next{
        bottom: -15%;
    }
}
