/* Resets
----------------------------------------------------------------------------- */
.entry img {
    max-width: 100%;
}

/* Vimeo Gallery
----------------------------------------------------------------------------- */

.vimeo_videos {
    margin: 35px 0;
}

.vimeo_videos.row {
    display: flex;
    flex-flow: row wrap;
    margin-top: -10px;
}

.vimeo_videos .vimeo-video-item {
    padding: 0;
    background: #F4F8FB;
    margin: 10px 10px 25px 10px;
    width: calc(100% - 20px);
}

.vimeo_videos h4 {
    text-align: center;
    padding: 10px;
    font-size: 1.4rem;
}

.vimeo_videos .admin_note {
    text-align: center;
    padding: 0 10px 10px 10px;
    font-size: 10px;
}

.vimeo_videos iframe {
    width: 100%;
}

@media screen and (min-width: 480px) {
    .vimeo_videos [class*='col-'] {
        width: calc(100% * (1/2) - 20px);
    }
}

@media screen and (min-width: 768px) {
    .vimeo_videos [class*='col-'] {
        width: calc(100% * (1/3) - 20px);
    }
}

@media screen and (min-width: 1200px) {
    .vimeo_videos [class*='col-'] {
        width: calc(100% * (1/4) - 20px);
    }
}

