.gallery-masonry-block__grid {
    margin-top: 30px;
    font-size: 0;
}

.gallery-masonry-block__grid__item {
    float: left;
    font-size: 0;
}

@media (max-width: 767px) {
    .gallery-masonry-block__grid__item {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.gallery-masonry-block__grid__image {
    height: 100%;
    position: relative;
}

.gallery-masonry-block__grid__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .gallery-masonry-block__grid__image {
        width: 100%;
        padding-top: 100%;
    }

    .gallery-masonry-block__grid__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .gallery-type-1 {
        width: calc(66.66% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 260px;
    }
    
    .gallery-type-2 {
        width: calc(33.33% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 260px;
    }
    
    .gallery-type-3 {
        width: calc(33.33% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 812px;
    }
    
    .gallery-type-4 {
        width: calc(33.33% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 530px;
    }
    
    .gallery-type-5 {
        width: calc(16.66% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 272px;
    }
    
    .gallery-type-6 {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 516px;
    }
    
    .gallery-type-7 {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 272px;
    }

    .grid-sizer {
        width: calc(33.33% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
}