/*****************************************************************
   Marketmade Gallery
*****************************************************************/

.imgix-gallery-item {
    margin-bottom: 16px;
}

.imgix-gallery-item-inner {
    width: 100%;
    position: relative;
}

.imgix-gallery-item-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.imgix-gallery-item-inner .imgix-image-link {
    height: 0;
    padding-top: 100%;
    position: relative;
    display: block;
    text-decoration: none;
}

.imgix-gallery-item-inner .caption-text {
    padding-top: 2px;
    display: none;
}

.remove-item {
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    padding: 7px 10px;
}

body .mfp-figure:after {
    background: none;
    box-shadow: none;
}

.mfp-title p {
    color: white;
}

.mfp-img {
    max-height: 90vh !important;
}

body .mfp-close {
    position: fixed;
    top: 3px;
    right: 34px !important;
    font-size: 52px;
}

@media (min-width: 768px) {
.col-md-2.4 {
    flex: 0 0 20%;
    max-width: 20%%;
}
}

