@charset "UTF-8";
.videoLayout-wrap {
    margin: 0 8vw;
}
.videoLayout {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.videoLayout iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 769px) {
    .videoLayout-wrap {
        display: flex;
        justify-content: center;
    }
    .videoLayout {
        width: 640px;
        padding-bottom: 360px;
    }
}