
.image-and-titles-block {
    padding-bottom: 40px;
}

.cms-iat-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -2px;
}

@media (min-width: 480px) {
    .cms-iat-cols {
        margin: 0 -8px;
    }
}

.cms-iat-cols .cms-iat-box {
    width: calc(100%/2 - 4px);
    margin-left: 2px;
    margin-right: 2px;
}

@media (min-width: 480px) {
    .cms-iat-cols .cms-iat-box {
        width: calc(100%/2 - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media (min-width: 768px) {
    .cms-iat-cols .cms-iat-box {
        width: calc(100%/3 - 16px);
    }
}

@media (min-width: 1024px) {
    .cms-iat-cols .cms-iat-box {
        width: calc(100%/4 - 16px);
    }
}

.cms-iat-box {
    margin: 0 0 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 480px) {
    .cms-iat-box {
        margin: 0 0 16px;
    }
}

@media (min-width: 1200px) {
    .cms-iat-box {
        margin: 0 0 22px;
    }
}

.cms-iat-box .bg-stretch {
    display: block;
    padding-top: 56%;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform linear 0.5s;
    transition: -webkit-transform linear 0.5s;
    transition: transform linear 0.5s;
    transition: transform linear 0.5s, -webkit-transform linear 0.5s;
}

.cms-iat-box .caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    padding: 3px 6px;
}

@media (min-width: 768px) {
    .cms-iat-box .caption {
        padding: 5px 8px;
    }
}

.cms-iat-box h4, .cms-iat-box .h4 {
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: block;
}

@media (min-width: 480px) {
    .cms-iat-box h4, .cms-iat-box .h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .cms-iat-box h4, .cms-iat-box .h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .cms-iat-box h4, .cms-iat-box .h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

.cms-iat-box:hover .bg-stretch {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media all and (-ms-high-contrast: none) {
    .cms-iat-box .bg-stretch {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
