.gallery .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 40px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #b83913;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.gallery .thumbnail a > img,
.gallery .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    height: 239px;
    width: 100%;
    object-fit: cover;
}

.gallery .thumbnail .caption {
    padding: 20px 10px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.gallery .thumbnail .caption i {
    padding-right: 10px;
    color: #b83913;
    font-size: 21px;
}
