.ostriym-insta-photo-slider {
    margin: 40px 0;
    position: relative;
}

.ostriym-insta-photo-slider .swiper {
    overflow: hidden;
}

.ostriym-insta-photo-slider .swiper-slide {
    height: auto;
}

.ostriym-insta-photo-slider .ostriym-insta-photo-heading {
    font-family: Unbounded, sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}

.ostriym-insta-photo-slider .ostriym-insta-photo-slide {
    position: relative;
    width: 100%;
    height: 445px;
    overflow: hidden;
}

.ostriym-insta-photo-slider .ostriym-insta-photo-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ostriym-insta-photo-slider .ostriym-insta-photo-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    z-index: 6;
    pointer-events: none;
}

.ostriym-insta-photo-slider .swiper-button-prev,
.ostriym-insta-photo-slider .swiper-button-next {
    position: static;
    margin: 0;
    width: 32px;
    height: 32px;
    padding: 8px;
    pointer-events: auto;
    color: #000;
    border: 2px solid #000;
}

.ostriym-insta-photo-slider .swiper-button-prev:after,
.ostriym-insta-photo-slider .swiper-button-next:after {
    font-size: 16px;
}

.ostriym-insta-photo-slider .swiper-pagination {
    position: static;
    width: auto;
    pointer-events: auto;
}

.ostriym-insta-photo-slider .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    background: #E6E6E6;
}

.ostriym-insta-photo-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

.ostriym-insta-photo-slider .ostriym-insta-photo-button {
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

.ostriym-insta-photo-slider .ostriym-insta-photo-button a {
    font-family: Unbounded, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    max-width: 420px;
    border: 2px solid #000;
    color: #fff;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.ostriym-insta-photo-slider .ostriym-insta-photo-button a:hover {
    background-color: #747474;
    border: 2px solid #747474;
    color: #fff;
}

.ostriym-insta-photo-slider .ostriym-insta-photo-spacer {
    height: 48px;
}

@media (max-width: 767px) {
    .ostriym-insta-photo-slider .ostriym-insta-photo-slide {
        height: 320px;
    }

    .ostriym-insta-photo-slider .ostriym-insta-photo-button a {
        max-width: none;
    }
}
