/**
 * Gallery
 */

#eastsiders-gallery {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px -6px;
}

.eastsiders-gallery--item {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 12px;
    overflow: hidden;
}

.eastsiders-gallery--item:nth-child(1),
.eastsiders-gallery--item:nth-child(2) {
    margin-top: 0;
}

@media (min-width: 992px) {
    .eastsiders-gallery--item {
        flex-basis: 25%;
        max-width: 25%;
    }
    
    .eastsiders-gallery--item:nth-child(3),
    .eastsiders-gallery--item:nth-child(4) {
        margin-top: 0;
    }
}

.eastsiders-gallery--thumbnail {
    display: block;
    border-radius: 6px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.mfp-close {
    font-size: 28px !important;
}

.mfp-arrow {
    width: 90px !important;
}