.gallery-carousel__wrap{position:relative}.gallery-carousel__slide{padding:0 1rem;width:auto;width:50%}.gallery-carousel__slide img{height:550px!important;object-fit:cover;object-position:center;width:100%}.gallery-carousel__controls{display:flex;gap:.5rem;justify-content:space-between;left:1rem;position:absolute;right:1rem;top:calc(50% - 1rem);z-index:3}.gallery-carousel__next,.gallery-carousel__prev{align-items:center;background:var(--color-light-blue);border:none;border-radius:0;color:var(--color-white);display:flex;justify-content:center;padding:.375rem;transition:all .3s}.gallery-carousel__next:focus,.gallery-carousel__next:hover,.gallery-carousel__prev:focus,.gallery-carousel__prev:hover{background:var(--color-dark-blue);color:var(--color-white)}@media(min-width:720px){.gallery-carousel__controls{left:2rem;right:2rem}}@media(max-width:991px){.gallery-carousel__slide{width:100%}}@media(max-width:767px){.gallery-carousel__slide img{height:450px!important}}