.gallery {
    
}

.gallery figure.gallery-item {
    width: calc(33% - 6px);
    float: left;
    /*max-width: 300px;*/
    max-height: 200px;
    margin: 1px !important;
    position: relative;
    overflow: hidden;
    /*height: auto !important;*/
}

.blog-content .gallery figure.gallery-item {
    max-height: 182px;
}

.gallery figure.gallery-item a {
    outline: none;
    display: block;
    height: 100%;
}

.gallery figure.gallery-item a .video-play-button {
    background: url(../img/play.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center;
    background-size: 30%;
    background-repeat: no-repeat;
}

.gallery figure.gallery-item video {
    background-color: #000;
}

.gallery figure.gallery-item video,
.gallery figure.gallery-item img {
    margin: 0;
    padding: 0;
    outline: none;
    height: auto;
    max-height: 250px;
}

@media screen and (max-width: 768px){
    .gallery figure.gallery-item video,
    .gallery figure.gallery-item img {
       max-height: 200px;
       height: 100%;
    }
    
    /*.gallery figure.gallery-item {
        margin: 1px !important;
    } */
}