

.layout_videos .video {
    margin-bottom: 25px;
}

.layout_videos .video_iframe {
    text-align:center;
    cursor:pointer;
    margin-bottom: 20px;
    position:relative;
    background-size: cover;
    background-position: center;
    background-color: #272e2b;
    padding-top: 50%;
}

.layout_videos .video_iframe .valign {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1)!important;
}

.layout_videos .video_iframe .valign .icon {
    top: calc( 50% - 25px );
    left: calc( 50% - 25px );
    position: absolute;
}

.layout_videos .contents a {
    font-weight: bold;
}

.video .title {
    padding: 5px 0px;
}

.layout_videos .col:last-of-type .video:last-child {
    margin-bottom: 0;
}


.layout_videos .categories {
    overflow: hidden;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 40px;
}
.layout_videos .categories .category_btn {
    color: #00b4ab;
    border: 0;
    border-bottom: 1px solid white;
    background-color: transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
}
.layout_videos .categories .category_btn.active {
    border-bottom: 1px solid black;
    color: black;
}

.layout_videos .load_more {
    text-align: center;
    clear: both;
}

.layout_videos .custom_select {
    margin-bottom: 20px;
}

@media( max-width: 992px){
    .layout_videos .group3 {
        display: none;
    }
    .layout_videos .group2 {
        display: block;
    }
}

@media(max-width:768px){
    .video_iframe {
        height: 150px;
    }
    .layout_videos .custom_select {
        display: block!important;
    }
}

@media( max-width: 600px ){
    .layout_videos .categories .category_btn {
        padding: 5px;
    }

    .layout_videos .col {
        padding: 0;
    }
}