.section-gallery {
    padding: 70px 0 20px;
}

.gallery {
    position: relative;
    margin-bottom: 20px;
}

.gallery a {
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 767px) {
    .gallery a {
        position: relative;
        width: 100%;
    }
}

.gallery a img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    margin: 0px !important;
    transition: all .3s ease-in-out;
}

.gallery a:hover {
    background: #E7BBB4;
}

.gallery a:hover img {
    opacity: .4;
}

.gallery a:hover:before {
    content: "\F349";
    font-family: 'Material Design Icons';
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    z-index: 1;
    font-size: 55px;
}

.gallery--justified a {
    position: absolute;
}

@media (max-width: 767px) {
    .gallery--justified a {
        position: relative;
        width: 100%;
    }
}

.fancybox-slide--iframe .fancybox-close-small {
    top: -44px;
    right: 0px;
}

.fancybox-arrow[disabled] {
    background: transparent;
}

@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }
    .fancybox-thumbs ul {
        height: auto;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }
    .fancybox-thumbs > ul > li:before {
        border-color: #22800E;
    }
}
