.gallery-image img{
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery-section .button-container{
    text-align: right;
}

.gallery-section .swiper-btn-next img,
.gallery-section .swiper-btn-prev img{
    filter: brightness(0.1) invert(0.6);
    transition: 0.3s ease all;
}

.gallery-section .swiper-btn-next img:hover,
.gallery-section .swiper-btn-prev img:hover,
.gallery-section .swiper-btn-next img:focus,
.gallery-section .swiper-btn-prev img:focus,
.gallery-section .swiper-btn-next img:focus-visible,
.gallery-section .swiper-btn-prev img:focus-visible{
    filter: brightness(1) invert(0);
    transition: 0.3s ease all;
    box-shadow: none;
}
