@charset "UTF-8";

#youtube_column2 + section .content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#youtube_column2 + section .content_wrapper .youtube_block {
    width: 48%;
    padding-top: calc(56.25% / 2);
}

@media screen and (max-width: 900px) {
#youtube_column2 + section .content_wrapper .youtube_block {
    width: 100%;
    padding-top: 56.25%;
}

#youtube_column2 + section .content_wrapper .youtube_block:nth-child(n + 2) {
    margin-top: 50px;
}
}