.cms-gallery-grid {
    margin-left: -8px;
    margin-right: -8px;
}

.cms-gallery-item {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.cms-gallery-link {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #f4f4f4;
}

.cms-gallery-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .25s ease;
}

.cms-gallery-link:hover img {
    transform: scale(1.035);
}

.cms-gallery-caption {
    margin-top: 8px;
    color: #5f685f;
    font-size: 13px;
    line-height: 1.4;
}