@charset "UTF-8";

#movie {
    padding-top: 100px;
    padding-bottom: 50px;
    
}
#movie h2 {
    margin-bottom: 50px;
}
#movie h2 img {
    height: 36px;
    margin: 0 auto;
}
#movie iframe {
    width:100%;
    max-width: 1320px;
    height: auto;
    aspect-ratio:16/9;
    margin: 0 auto;
    display: block;
}

@media (max-width: 900px) {
    #movie {
        padding: 30px 10px;
    }
    #movie h2 {
        margin-bottom: 20px;
    }
    #movie h2 img {
        height: 24px;
    }
    #movie iframe {
    }
}