@charset "UTF-8";

@media screen and (min-width: 769px) {
    .-w-modal .-w-modal-dialog {
        position: fixed;
        top: 50%;
        right: 20px;
        left: auto;
        margin: 0;
        transform: translateY(-50%);
        width: auto;
    }

    .-w-modal .-w-image {
        display: flex;
        justify-content: flex-end;
    }
}
#mv {
max-height: inherit !important;
}