.custom-image-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-image-slider img {
    border-radius: 16px;
}

.custom-image-slider .image_slider_button {
        margin-top: 22px;
    align-items: center;
    justify-content: center;
    height: 44px;
}
.custom-image-slider .img_slider_btn {
    position: static;
    background-size: cover;
    height: 44px;
    width: 44px;
    margin-top: 0px !important;
}
.custom-image-slider .img_slider_btn::after { display: none;}
.custom-image-slider .image_slider_button svg { display: none;}

.custom-image-slider .swiper-button-prev {
    background: url('/wp-content/themes/aw-custom/assets/images/arrow-button-white.svg') no-repeat center center;
}
.custom-image-slider .swiper-button-next {
    background: url('/wp-content/themes/aw-custom/assets/images/arrow-button-white-2.svg') no-repeat center center;
}

.custom-image-slider .swiper-button-prev:hover {
    background: url('/wp-content/themes/aw-custom/assets/images/arrow-buton-hover-2.svg') no-repeat center center;
}
.custom-image-slider .swiper-button-next:hover {
    background: url('/wp-content/themes/aw-custom/assets/images/arrow-button-hover.svg') no-repeat center center;
}
