.video_lists{
    padding: 1.5625vw 0;
    border-top: 2px solid #4a4a4a;
    border-bottom: 2px solid #4a4a4a;
    display: flex;
    flex-wrap: wrap;
}
.video_list{
    margin-bottom: 2.0833vw;
    margin-right: .7292vw;
    position: relative;
    width: 32.5%;
    height: 18.125vw;
}
.video_list:nth-of-type(3n){
    margin-right: 0;
}
.video_list:last-of-type, .video_list:nth-last-of-type(2), .video_list:nth-last-of-type(3){
    margin-bottom: 0;
}
.video_list a{
    display: block;
    width: 100%;
    height: 100%;
}
.video_list a:hover .video_title, .video_list a:hover .date{
    text-decoration: underline;
}
.img_wrapper{
    position: relative;
    height: 11.4063vw;
    overflow: hidden;
}
.img_wrapper::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
}
.img_wrapper::after{
    position: absolute;
    display: block;
    content: "";
    width: 5.2083vw;
    height: 5.2083vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/wp-content/uploads/wcif/images/arrow_circle.svg') no-repeat center center/contain;
    border-radius: 50%;
}
.img_wrapper img{
    height: 100%;
    object-fit: cover;
}
.video_title{
    margin: 1.0417vw 0;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25vw;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.date{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .9375vw;
    color: #666;
}

@media all and (max-width:991px){
    .video_lists{
        justify-content: space-between;
        padding: 3.9063vw 0;
    }
    .video_list{
        margin-right: 0;
        margin-bottom: 5.2083vw;
        width: 48.83%;
        height: 41.276vw;
    }
    .video_list:last-of-type, .video_list:nth-last-of-type(2), .video_list:nth-last-of-type(3){
        margin-bottom: 5.2083vw;
    }
    .img_wrapper{
        height: 24.4792vw;
    }
    .img_wrapper::after{
        width: 13.0208vw;
        height: 13.0208vw;
    }
    .video_title{
        margin: 2.6042vw 0 0;
        font-size: 3.125vw;
    }
    .date{
        font-size: 2.3438vw;
    }
}

@media all and (max-width:479px){
    .video_lists{
        padding: 4.1667vw 0;
    }
    .video_list{
        width: 48.43%;
        height: 44.7222vw;
    }
    .img_wrapper{
        height: 24.1667vw;
    }
    .img_wrapper::after{
        width: 13.8889vw;
        height: 13.8889vw;
    }
    .video_title{
        margin-top: 2.7778vw;
        font-size: 3.8889vw;
    }
    .date{
        font-size: 3.3333vw;
    }
}
