@charset "UTF-8";

.cover_youtube{
    width: 100%; height: 100%;
    display: flex; flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cover_youtube iframe{
    width: 100%; height: 100%;
}

.ytWrap{
    width: 100%; height: auto;
    /* margin-bottom: 100px; */
}