@charset "utf-8";

.cm-ico {
        position: absolute;
        bottom: 0;
        right: 10%;
        width: 10%;
}

.cm-gallery-ico {
        width: 100%;
}

.gallery-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
}

.gallery-box .cm-box {
        width: 45%;
        margin: 2rem auto;
}

.gallery-box .movie-box  {
        position: relative;
        padding-bottom: 56.25%; 
        height: 0;
        overflow: hidden;
}

.gallery-box .movie-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.gallery-box .text-box {
        margin: 1rem auto;
        font-size: 2rem;
        text-align: center;
}

.gallery-box .cm-box.is-empty {
        width:45%;
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
}

@media screen and (max-width:768px) {
.gallery-box {
        display: block;
}

.gallery-box .cm-box {
        width: 100%;
}
}