.d-flex {
        display:flex;
    }
    
.limg {
    max-height: 250px;
    width:100%;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.limg img {
    object-fit: cover;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.flex-row {
    flex-direction: row !important;
}

.d-none {
    display:none !important;
}

.fancybox-nav span {
    visibility:visible !important;
}
#instafeed_170673 {
    margin-top: .1rem;
}
@media (max-width: 800px) {
    .d-flex.flex-row{
        flex-direction:column !important;
    }
    .limg {
        margin-right:0 !important;
        margin-bottom:1.5rem !important;
        max-height:100%;
    }
    .wsspGridGallery.my-3, .flex-row.mb-3 {
        margin-bottom:0 !important;
    }
    .mobile-pt2 {
       padding-top: 2rem !important;
    }
}