.video_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video_div .imgBox {
    padding-bottom: 75%;
    border-radius: 12px;
}

.video_div {
    margin-bottom: 25px;
    width: calc((100% - 30px) / 2);
}

.video_div .imgBox lite-youtube>.lty-playbtn {
    width: 68px !important;
    height: 68px !important;
    background-image: url(img/play.png) !important;
    filter: grayscale(0) !important;
}

.video_div_title {
    display: block;
    font-family: Exo-Bold;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 0 40px;
    margin-top: 20px;
}

@media only screen and (max-width: 950px) {
    .video_div {
        width: 100%;
    }

    .video_div_title{
        padding: 0;
    }
}