* {
    box-sizing: border-box;
}

.gallery-image-bgdiv {
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 100%;
    height: 300px;
}

figcaption {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 120px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 90px;
}

.succes-network-gallery {
    max-width: 1100px;
    margin: 30px auto;
    padding: 0 20px;
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    grid-gap: 1em;
}

@media only screen and (max-width: 950px) {
    .succes-network-gallery {
        grid-template-columns: 2fr 2fr;
    }
}

@media only screen and (max-width: 550px) {
    .succes-network-gallery {
        grid-template-columns: 1fr;
        grid-gap: 1em;
    }

    .fancybox-navigation .fancybox-button {
        height: 100px;
        width: 70px;
    }
}


.galleryimg {
    max-width: 100%;
}

figure {
    color: #fff;
}


img {
    margin: 0px;
}