@charset "utf-8";
/* CSS Document */

.youtube{
    position:relative;
    width:100%;
    overflow:hidden;
    margin:auto;
    margin-bottom:8px;
    max-width: 600px;
    margin: 60px auto;
    aspect-ratio: 5 / 3;
}
.youtube iframe {
    width: 100%;
    height: auto;
    margin:auto;
    aspect-ratio: 5 / 3;
}
.youtube-container:before {
    content:"";
    display:block;
}
.youtube_thumb{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
