.clearfix, .top-section.active, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block;
}
.top-add-section-v1 {
    width: 990px;
    min-height: 280px;
    margin: 20px auto;
    margin-bottom: 20px;
    background-color: #eaeaea;
    padding: 5px 10px 10px;
    max-width: 990px;
}

.gallery-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px
}

.gallery-cell {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin: 0 0 33px;
    padding: 0 15px 10px
}

.gallery-cell figure {
    margin: 0 0 12px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-cell figure {
    width: 100%;
    height: auto;
}
.gallery-cell figure {
    text-align: center;
}
.gallery-cell figure a {
    display: block;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-cell figure img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    min-height: 370px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.gallery-cell h5 {
    font-size: 14px;
}
.clearfix {
    clear: both;
}
.gallery-cell h5 {
    color: #ce0107;
    font-weight: 800;
    font-family: 'Noto Sans', sans-serif;
    margin: 0 0 12px;
    text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
    .gallery-cell {
        margin: 0 0 20px;
        padding: 0 0 5px;
        width: 100%;
    }
    .gallery-cell figure, .gallery-cell figure img {
        width: 100%;
        height: auto;
    }
    .gallery-cell figure, .gallery-cell figure img {
        width: 100%;
        height: auto;
    }

}
@media only screen and (max-width: 1204px) {
    .gallery-cell {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .top-add-section-v1 {
        width: 100%;
        padding-top: 5px;
    }
    .gallery-wrapper {
        padding: 0;
        justify-content: space-between;
    }
    .gallery-cell {
        width: calc(50% - 5px);
        padding: 0 0 5px;
        margin: 0 0 5px;
    }
    .gallery-cell figure {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 992px) {
    .gallery-cell {
        width: 50%;
        padding: 0 15px 15px;
    }
    .gallery-wrapper {
        margin: 0;
    }
    .gallery-cell figure img {
        width: 100%;
    }
}
@media only screen and (max-width: 1204px) {
    .gallery-cell {
        width: 50%;
    }
}