@media (max-width: 1399px) {
    
}

@media (max-width: 1199px) {
    .prologue { position: relative; }
    .prologue .marquee { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active { position: relative; opacity: 2; }

    .prologue .castlist{
        position: absolute;
        left: 0; right: 0; top: 100%;
        z-index: 1000;
        background: #C97A3E;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 0;
        margin: 0;
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        pointer-events: none;
        transition: transform .2s cubic-bezier(.2,.8,.2,1), opacity .2s ease;
    }

    .prologue .castlist.active{
        transform: scaleY(1);
        opacity: 1;
        pointer-events: auto;
    }

    .prologue .castlist .castlist__one { margin: 0 0 12px 0; }
    .prologue .castlist .castlist__one a { color: #FFFDF7; font-size: 18px; text-decoration: none; }

    h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .scenery__card.first .picture, .scenery__card .picture {
        height: 350px;
    }

    .scenery__card {
        margin-bottom: 30px;
    }

    .scenery .row div .scenery__card:last-child {
        margin-bottom: 30px;
    }

    .scenery .row > div:last-child .scenery__card:last-child {
        margin-bottom: 0;
    }

    .encore__card .picture {
        margin: 0 auto;
    }

    .encore__card .info {
        margin-left: 0;
        box-shadow: none;
        padding: 0;
        margin-top: 10px;
        text-align: center;
    }

    .footnote__one:last-of-type {
        margin-bottom: 10px;
    }

    .footnote .row div:last-child .footnote__card .footnote__one:last-child {
        margin-bottom: 0;
    }

    .duo-dialogue .dialogue__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .encore__card {
        text-align: center;
    }

    .encore__card .picture {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .stage .marquee {
        display: block;
        text-align: center;
    }

    .stage .castlist.politica .castlist__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .stage .castlist.politica .castlist__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .scenery__card.first .picture, .scenery__card .picture {
        height: 250px;
    }

    .scenery__card .picture img {
        width: 135%;
    }
}