.video_box {
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* 가장 중요 */
    position: relative;
}

.video_box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}