@charset "UTF-8";

.storyModule-iframe__article03 {
    position: relative;
    margin: 20px 8vw;
    padding-top: 56.25%;
}
.storyModule-iframe__article03 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .storyModule-iframe__article03 {
        width: 640px;
        height: 360px;
        margin: 40px auto;
        padding-top: 0;
    }
}