@charset "UTF-8";

.instagram-gallery-feed {
    margin-top: 40px;

    .instagram-gallery-item__icon {
        font-size: 3em !important;
        left: auto;
        top: 41%;
    }
    @media only screen and (min-width: 992px) {
        .instagram-gallery-item__icon {
            top: 34%;
        }
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: var(--primary-color);
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        color: var(--primary-color-hov);
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: var(--primary-color);
        opacity: .4;
    }
    .swiper-pagination-bullet-active {
        background: var(--primary-color);
        opacity: .8;
    }
    
    .instagram-gallery__button--follow {
        margin-top: 20px;
        border-radius: 8px;
        color: #fff !important;
        font-weight: 600 !important;
    }

    .instagram-gallery-item__media-mask--content {
        display: none;
    }
}