@charset "UTF-8";
.video-box{
    display: block;
    cursor: pointer;
}
.video-box .video-frame{
    width: 100%;
}
.video-btn-play{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-image: url(../_astro/btn-play.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5vw;
    height: 5vw;
    min-width: 62px;
    min-height: 62px;
    cursor: pointer;
}