@media (max-width: 1399px) {
    .vellum .picture img {
        width: 175%;
    }
}

@media (max-width: 1199px) {
    .prologue .emblem { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        border: 3px solid #fff;
        border-radius: 20px;
        color: #fff;
        width: 130px;
        height: 30px;
        margin-left: auto;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
    }

    .bar.active {
        position: relative;
        opacity: 2;
        background: #fff;
        border: 3px solid #fff;
        border-radius: 20px;
        color: #4B3F72;
    }

    .prologue .contents {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background: #4B3F72;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 80px 20px 20px;
        margin: 0;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    .prologue .contents.active { transform: translateX(0); }

    .prologue .contents .contents__one { margin: 0 0 15px 0; }

    .prologue .contents .contents__one a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

    h2 {
        margin-bottom: 20px;
    }

    .edition__card {
        height: 768px;
    }

    .edition__card .btn {
        width: 250px;
        margin-left: -125px;
    }
}

@media (max-width: 991px) {
    .vellum .picture {
        position: relative;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .vellum .picture img {
        width: 110%;
    }

    .vellum__info {
        height: auto;
        margin-left: 0;
    }

    .circle__card.first .picture, .circle__card .picture {
        height: 350px;
    }

    .circle__card {
        margin-bottom: 30px;
    }

    .circle .row div .circle__card:last-child {
        margin-bottom: 30px;
    }

    .circle .row > div:last-child .circle__card:last-child {
        margin-bottom: 0;
    }

    .edition__card {
        width: 360px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .edition .row > div:last-child .edition__card {
        margin-bottom: 0;
    }

    .edition__card .btn {
        position: relative;
        left: 0;
        margin: 0 auto; 
        margin-top: 20px;
    }

    .duo-scriptview .scriptview__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .epilogue .emblem {
        display: block;
        text-align: center;
    }

    .epilogue .contents.politica .contents__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .epilogue .contents.politica .contents__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .vellum .picture {
        height: 250px;
    }

    .vellum .picture img {
        width: 140%;
    }

    .circle__card.first .picture, .circle__card .picture {
        height: 250px;
    }

    .circle__card .picture img {
        width: 135%;
    }

    .edition__card {
        width: 100%;
    }

    .edition__card .btn {
        width: 100%;
    }
}