.container {
    max-width: 1000px;
    margin: 0 auto;
}

.yt_holder {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56%;
}

.yt-holder>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.yt-holder>iframe {
    transform: scale(1.4);
}

.video_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video_container iframe {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

}


.video_container .content {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 600px;
}

/* .video_container .content h1 {
    color: white;
    font-size: 14px;
    font-weight: bold;

} */

@media screen and (max-width:512px) {
    .video_container .content {
        min-width: 400px;
    }
}

@media screen and (max-width:468px) {
    .video_container iframe {
        position: absolute;
        top: 45%;
        left: 0;
    }

    .video_container .content {
        top: 90%;
        min-width: 300px;
    }
}

@media screen and (max-width:400px) {
    .video_container iframe {
        position: absolute;
        top: 50%;
        left: 0;
    }
}

@media screen and (max-width:280px) {
    .video_container iframe {
        position: absolute;
        top: 70%;
        left: 0;
    }

    .video_container .content {
        top: 110%;
    }

    /* .video_container .content h1 {
        font-size: 10px;

    } */
}

@media screen and (min-width:468px) {

    .video_container iframe {
        position: absolute;
        top: 36%;
        left: 0;
    }

    /* .video_container .content h1 {
        font-size: 22px;
    } */
}

@media screen and (min-width:568px) {
    .video_container iframe {
        position: absolute;
        top: 26%;
        left: 0;
    }
}

@media screen and (min-width:768px) {

    .video_container iframe {
        position: absolute;
        top: 23%;
        left: 0;
    }

    /* .video_container .content h1 {
        font-size: 28px;
    } */
}

@media screen and (min-width:912px) {
    .video_container iframe {
        position: absolute;
        top: 19%;
        left: 0;
    }
}

@media screen and (min-width:1024px) {

    .video_container {
        padding-bottom: 56.25%;
    }

    .video_container iframe {
        position: absolute;
        top: 0;
        left: 0;
        /* Make the iframe not clickable */
    }

    .video_container iframe {
        transform: scale(1.1);
    }

    .video_container .content {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    /* .video_container .content h1 {
        font-size: 38px;

    } */
}