/** Shopify CDN: Minification failed

Line 61:1 Unexpected ";"
Line 69:1 Unexpected ";"

**/
.instafeedimg {
    min-height: 100%;
}

.container-wrapper {
    overflow: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.container-wrapper::-webkit-scrollbar {
    width: 0 !important
}

.container {
    position: relative;
}

.container:after {
    content: '';
    display: block;
    position: absolute;
    background: transparent;
    z-index: 1;
    pointer-events: none;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    box-shadow: 0 0 0 5000px rgba(255, 255, 255, .8);
}

.container:before {
    content: '';
    display: block;
    position: absolute;
    background: transparent;
    z-index: 1;
    pointer-events: none;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    box-shadow: 0 0 0 5000px rgba(255, 255, 255, .8);
}



@media only screen and (max-width: 375px) {
    #insta-swiper-wrapper>.swiper-slide {
        height: auto;
        max-height: 375px;
        overflow: hidden;
    }
};

@media only screen and (max-width: 414px) {
    #insta-swiper-wrapper>.swiper-slide {
        height: auto;
        max-height: 414px;
        overflow: hidden;
    }
};

@media only screen and (max-width: 40em) {
    .instafeedimg {
        min-height: auto;
    }

    #insta-swiper-wrapper>.swiper-slide {
        height: auto;
        max-height: auto;
        overflow: hidden;
    }

 
}

@media screen and (min-width: 40.063em) and (max-width: 63.9375em) {
    .instafeedimg {
        min-height: 100%;
    }
    #insta-swiper-wrapper>.swiper-slide {
        height: auto;
        max-height: 250px;
        overflow: hidden;
    }
}




@media screen and (min-width: 64em) {
    .instafeedimg {
        min-height: 100%;
    }
    #insta-swiper-wrapper>.swiper-slide {
        height: auto;
        max-height: 250px;
        overflow: hidden;
    }

}