.swiper-arrows .icon-slide-right,.swiper-arrows  .icon-slide-left {
    width: 60px;
    height: 60px;
}
.swiper-arrows svg{
    opacity: 1!important;
}

@media screen and (max-width:1920px)
{
    .swiper-arrows .icon-slide-right,.swiper-arrows  .icon-slide-left {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width:640px)
{
    .banner-slider__image {
        margin-top: 20px;
        padding-bottom: 0px;
        height: auto;
        overflow: hidden;
    }
    .banner-slider__image img {
        object-fit: cover;
        object-position: 100% center;
        position: relative;
        width: 100%;
        height:auto;
    }
}