@media screen and (max-width: 800px) {
    body {
        scroll-behavior: smooth;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 1.25s;
        animation-iteration-count: 1;
        animation-play-state: paused;
    }

    .top-wrap {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-play-state: running;
        background-image: url("../images_giniro/top.png");
        background-position: center;
        background-size: cover;
        padding: 0;
        margin: 0;
    }

    .ban-op {
        opacity: 0%;
        width: 100vw;
        height: 16em;
        padding: 0;
        margin: 0;
    }

    .op h1 {
        text-align: center;
    }

    @keyframes appear {
        from {opacity: 0%; filter: saturate(0%);}
        to {opacity: 100%; filter: saturate(100%);}
    }

    .snow {
        width: 100vw;
        overflow: hidden;
        height: 0;
        position: absolute;
        background-size: 50%;
        opacity: 0.8;
        background-repeat: repeat;
        background-image: url("../images_giniro/snow.webp");
        pointer-events: none;
        z-index: 2;
        padding: 0;
        margin: 0;
    }
    
    .ban {
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        row-gap: 0;
        top: 0;
        width: 98%;
        padding: 0.5rem;
        z-index: 2;
        background-color: black;
        position: -webkit-sticky;
        position: sticky;
    }
    
    .ban-a {
        padding-right: 2rem;
        font-family: 'Mate SC', serif;
        font-size: 0pt;
        opacity: 85%;
        color: white !important;
        text-decoration: none;
        transition: 0.15s;
    }

    .ham {
        padding-right: 2rem;
        color: white;
        font-size: 32pt;
        margin: 0;
        opacity: 80%;
    }

    .ham:active {
        opacity: 100%;
    }

    .hdc {
        padding-right: 2rem;
        padding-bottom: 0rem;
        color: white;
        font-size: 0pt;
        opacity: 80%;
        margin: 0;
    }
    
    .hdc:active {
        opacity: 100%;
    }

    .ban a:hover {
        transition: 0.15s;
    }
    
    .quote {
        font-size: 20pt;
        width: 45vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    h1 {
        font-family: 'Bodoni Moda', serif;
        font-size: 2.4em;
        color:black;
        margin: 0;
        text-align: center;
    }
    
    hr {
        height: 1px;
        background-color: black;
        width: 70vw;
    }
    
    h2 {
        font-family: 'Bodoni Moda', serif;
        font-size: 1.25em;
        color:black;
        margin: 0;
        text-align: center;
    }
    
    h3 {
        font-family: 'Bodoni Moda', serif;
        font-size: 1em;
        color:black;
        margin: 0;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
    }
    
    p {
        font-family: Times;
        font-size: 1.1em;
    }
    
    a {
        color: darkblue;
    }
    
    a:visited {
        color: purple;
    }
    
    .desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: start;
        row-gap: 10 px;
        margin-top: -3em;
    }
    
    .desc p {
        width: 75vw;
        text-indent: 20pt;
    }
    
    .desc a {
        text-decoration: none;
        font-weight: 500;
    }
    
    .story {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: start;
        row-gap: 10px;
    }
    
    .story p {
        width: 75vw;
        text-indent: 20pt;
    }
    
    .chars {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
    }
    
    .char-grid {
        display: grid;
        flex-direction: row;
        column-gap: 1.8rem;
        row-gap: 0.05rem;
        grid-column-gap: 2.2rem;
        grid-row-gap: 0.5rem;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto auto auto;
    }
    
    .char-icon {
        opacity: 85%;
        transition: 0.2s;
        cursor: pointer;
        filter: grayscale(70%);
    }
    
    .char-icon:hover {
        opacity: 100%;
        transition: 0.2s;
        filter: grayscale(0%);
    }

    .char-icon:active {
        opacity: 100%;
        transition: 0.2s;
        filter: grayscale(0%);
    }
    
    .char-cont {
        margin-top: 5%;
        display: flex;
        flex-direction: row;
        justify-content:center;
        row-gap: 0;
        column-gap: 0;
        align-items: start;
        height: fit-content;
    }
    
    .char-btn {
        opacity: 0.8;
        transition: 0.2s;
        width: 30px;
        margin-top: 1em;
    }
    
    .char-btn:hover {
        opacity: 1;
        transition: 0.2s;
    }
    
    .char {
        display: none;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    
    .char-spr {
        width: 180px;
        height: auto;
    }
    
    .char-desc {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-content: start;
        row-gap: 0px;
        max-width: 90%;
    }
    
    .char-desc h2 {
        font-size: 24pt !important;
    }
    
    .char-desc p {
        font-size: 12pt;
    }
    
    .char-desc hr {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    
    .foot {
        width: 100%;
        margin-bottom: -20px;
        padding: 0;    
    }
    
    .img-ovr {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        backdrop-filter: brightness(40%);
        z-index: 2;
    }
    
    .img-cont {
        display: none;
        flex-direction: row;
        position: fixed;
        justify-content: center;
        z-index: 4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-top: 7px;
        padding-bottom: 7px;
        height: fit-content;
        width: fit-content;
        background: black;
        box-shadow: black 0px 0px 30px 12px;
        border-radius: 10px;
    }
    
    .cg-img {
        display: none;
        width: 80vw;
        border: black solid 2px;
    }
    
    .img-btn {
        opacity: 0.5;
        transition: 0.2s;
        width: 3rem;
        margin-bottom: 3rem;
    }
    
    .sld-btn {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
        padding: 0;
        margin: 0;
    }
    
    .sld-btn:hover {
        cursor: pointer;
        filter: opacity(40%);
    }
    
    .sld-btn img {
        height: 18px;
    }
    
    .sld-cr {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
        padding: 0;
        margin-right: 2px;
        margin-top: 10px;
        margin-left: 0;
        margin-bottom: 0;
    }
    
    .sld-cr:hover {
        cursor: pointer;
        filter: opacity(40%);
    }
    
    .sld-cr img {
        height: 12px;
    }
    
    .art {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .igrid {
        display: grid;
        grid-template-rows: auto auto auto auto auto auto;
        grid-template-columns: auto auto;
        gap: 10px 10px;
        height: fit-content;
        width: fit-content;
        justify-content: center;
        align-items: center;
        overflow: visible;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    
    .igrid img {
        width: 40vw;
        opacity: 90%;
        transition: 0.25s;
    }
    
    .igrid img:hover {
        scale: 1.05;
        cursor: pointer;
        opacity: 100%;
        filter: brightness(105%);
    }
    
    .art iframe {
        width:80vw;
        height:45vw;
        border-radius: 3px;
        border-top: 3px black solid;
        border-bottom: 3px black solid;
        border-left: 2px black solid;
        border-right: 2px black solid;
        z-index: 1;
        display: block;
        margin: 0 auto;
    }
    
    .staff {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .download {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dl-btns {
        display: block;
    }
    
    .download button {
        border-radius: 20px;
        width: 200px;
        font-size: 16pt;
        font-family: 'Lora', serif;
        color: white;
        border: none;
        height: 35px;
        background: #6150ff;
        transition: 0.2s;
        display: block;
    }
    
    .download button:hover {
        cursor: pointer;
        background: #9286ff;
        scale: 1.1;
    }
    
    .download p {
        width: 75vw;
    }
}

@media screen and (min-width: 450px) {
    .op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 1.25s;
        animation-iteration-count: 1;
        animation-play-state: paused;
    }

    .top-wrap {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-play-state: running;
        background-image: url("../images_giniro/top.png");
        background-position: center;
        background-size: cover;
        padding: 0;
        margin: 0;
    }

    .ban-op {
        opacity: 0%;
        width: 100vw;
        height: 20em;
        padding: 0;
        margin: 0;
    }
    
    .char-grid {
        display: grid;
        flex-direction: row;
        column-gap: 1.8rem;
        row-gap: 0.05rem;
        grid-column-gap: 2.2rem;
        grid-row-gap: 0.5rem;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto auto;
        justify-items: center;
        align-items: center;
    }
}

@media screen and (min-width: 600px) {
    .char-grid {
        display: grid;
        flex-direction: row;
        column-gap: 1.8rem;
        row-gap: 0.05rem;
        grid-column-gap: 2.2rem;
        grid-row-gap: 0.5rem;
        grid-template-columns: auto auto auto auto;
        grid-template-rows: auto auto auto;
        justify-items: center;
        align-items: center;
    }
}

@media screen and (min-width: 650px) {
    .op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 1.25s;
        animation-iteration-count: 1;
        animation-play-state: paused;
    }

    .top-wrap {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-play-state: running;
        background-image: url("../images_giniro/top.png");
        background-position: center;
        background-size: cover;
        padding: 0;
        margin: 0;
    }

    .ban-op {
        opacity: 0%;
        width: 100vw;
        height: 30em;
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 800px) {
    body {
        scroll-behavior: smooth;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .top-wrap {
        background: none;
    }

    #top {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 1.25s;
        animation-iteration-count: 1;
        animation-play-state: paused;
    }

    .ban-op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-play-state: running;
        padding: 0;
        margin: 0;
    }

    .op h1 {
        text-align: center;
    }

    @keyframes appear {
        from {opacity: 0%; filter: saturate(0%);}
        to {opacity: 100%; filter: saturate(100%);}
    }

    .snow {
        width: 100vw;
        height: 0;
        position: absolute;
        background-size: 50%;
        opacity: 0.8;
        background-repeat: repeat;
        background-image: url("../images_giniro/snow.webp");
        pointer-events: none;
        z-index: 2;
        padding: 0;
        margin: 0;
    }
    
    .ban {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        column-gap: 20px;
        top: 0;
        margin-bottom: -2.2em;
        width: 99%;
        padding: 0.2em;
        z-index: 2;
        backdrop-filter: blur(10px);
        position: -webkit-sticky;
        position: sticky;
    }
    
    .ban a {
        font-family: 'Mate SC', serif;
        font-size: 20pt;
        color: white !important;
        text-shadow: -1.5px 1.5px 1.5px #00000055, 1.5px 1.5px 1.5px #00000055, 1.5px -1.5px 1.5px #00000055, -1.5px -1.5px 1.5px #00000055;
        text-decoration: none;
        transition: 0.15s;
    }
    
    .ban a:hover {
        text-shadow: -1.5px 1.5px 1.5px #000000, 1.5px 1.5px 1.5px rgb(0, 0, 0), 1.5px -1.5px 1.5px #000000, -1.5px -1.5px 1.5px rgb(0, 0, 0);
        scale: 1.05;
        transition: 0.15s;
    }
    
    .quote {
        font-size: 20pt;
        width: 45vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    h1 {
        font-family: 'Bodoni Moda', serif;
        font-size: 38pt;
        color:black;
        margin: 0;
    }
    
    hr {
        height: 1px;
        background-color: black;
        width: 615px;
    }
    
    h2 {
        font-family: 'Bodoni Moda', serif;
        font-size: 24pt;
        color:black;
        margin: 0;
    }
    
    h3 {
        font-family: 'Bodoni Moda', serif;
        font-size: 14pt;
        color:black;
        margin: 0;
        text-decoration: none;
        font-weight: bold;
    }
    
    p {
        font-family: Times;
    }
    
    a {
        color: darkblue;
    }
    
    a:visited {
        color: purple;
    }
    
    .desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: start;
        row-gap: 10 px;
        margin-top: -2em;
    }
    
    .desc p {
        font-size: 16pt;
        width: 692px;
        text-indent: 30pt;
    }
    
    .desc a {
        text-decoration: none;
        font-weight: 500;
    }
    
    .story {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: start;
        row-gap: 10px;
    }
    
    .story p {
        font-size: 16pt;
        width: 692px;
        text-indent: 40pt;
    }
    
    .chars {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
    }
    
    .char-grid {
        display: grid;
        flex-direction: row;
        column-gap: 1.8rem;
        row-gap: 0.05rem;
        grid-column-gap: 1.8rem;
        grid-row-gap: 0.05rem;
        grid-template-columns: auto auto auto auto auto auto;
        grid-template-rows: auto auto;
    }
    
    .char-icon {
        opacity: 85%;
        transition: 0.2s;
        cursor: pointer;
        filter: grayscale(70%);
    }
    
    .char-icon:hover {
        opacity: 100%;
        transition: 0.2s;
        filter: grayscale(0%);
    }

    .char-icon:active {
        opacity: 100%;
        transition: 0.2s;
        filter: grayscale(0%);
    }
    
    .char-cont {
        margin-top: 5%;
        display: flex;
        flex-direction: row;
        justify-content:center;
        row-gap: 0;
        align-items: center;
        height: fit-content;
        width: 800px;
    }
    
    .char-btn {
        opacity: 0.5;
        transition: 0.2s;
        width: 45px;
        margin-bottom: 3rem;
        float: left;
    }
    
    .char-btn:hover {
        opacity: 1;
        transition: 0.2s;
    }
    
    .char {
        display: none;
        flex-direction: row;
        width: fit-content;
        height: fit-content;
        max-width: 700px;
        max-height: 80vh;
    }
    
    .char-spr {
        height: 30em;
        float: left;
    }
    
    .char-desc {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-content: start;
        row-gap: 0px;
        max-width: 75%;
    }
    
    .char-desc h2 {
        font-size: 30pt !important;
    }
    
    .char-desc p {
        font-size: 15pt;
    }
    
    .char-desc hr {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    
    .foot {
        width: 100%;
        margin-bottom: -20px;
        padding: 0;    
    }
    
    .img-ovr {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        backdrop-filter: brightness(40%);
        z-index: 2;
    }
    
    .img-cont {
        display: none;
        flex-direction: row;
        position: fixed;
        justify-content: center;
        z-index: 4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-top: 7px;
        padding-bottom: 7px;
        height: fit-content;
        width: fit-content;
        background: black;
        box-shadow: black 0px 0px 30px 12px;
        border-radius: 10px;
    }
    
    .cg-img {
        display: none;
        width: 70vw;
        border: black solid 2px;
    }
    
    .img-btn {
        opacity: 0.5;
        transition: 0.2s;
        width: 3rem;
        margin-bottom: 3rem;
    }
    
    .sld-btn {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
        padding: 0;
        margin: 0;
    }
    
    .sld-btn:hover {
        cursor: pointer;
        filter: opacity(40%);
    }
    
    .sld-btn img {
        height: 30px;
    }
    
    .sld-cr {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
        padding: 0;
        margin-right: 4px;
        margin-top: 15px;
        margin-left: 0;
        margin-bottom: 0;
    }
    
    .sld-cr:hover {
        cursor: pointer;
        filter: opacity(40%);
    }
    
    .sld-cr img {
        height: 20px;
    }
    
    .art {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .igrid {
        display: grid;
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: auto auto auto;
        gap: 20px 20px;
        height: fit-content;
        width: fit-content;
        justify-content: center;
        align-items: center;
        overflow: visible;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    
    .igrid img {
        width: 220px;
        opacity: 90%;
        transition: 0.25s;
    }
    
    .igrid img:hover {
        scale: 1.05;
        cursor: pointer;
        opacity: 100%;
        box-shadow: black 0 0 5px 3px;
        filter: brightness(105%);
    }
    
    .art iframe {
        width:692px;
        height:390px;
        border-radius: 3px;
        border-top: 3px black solid;
        border-bottom: 3px black solid;
        border-left: 2px black solid;
        border-right: 2px black solid;
        z-index: 1;
        display: block;
        margin: 0 auto;
    }
    
    .staff {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .staff h3 {
        font-size: 18pt;
    }
    
    .download {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .download button {
        border-radius: 20px;
        width: 250px;
        font-size: 20pt;
        font-family: 'Lora', serif;
        color: white;
        border: none;
        height: 50px;
        background: #6150ff;
        transition: 0.2s;
    }
    
    .download button:hover {
        cursor: pointer;
        background: #9286ff;
        scale: 1.1;
    }
    
    .download p {
        font-size: 16pt;
        width: 692px;
    }

    .hdc {
        font-size: 0;
    }

    .ham {
        font-size: 0;
    }
}

@media screen and (min-width: 1200px) {
    body {
        scroll-behavior: smooth;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-play-state: paused;
    }

    .ban-op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-play-state: running;
        width: 100%;
    }

    .op h1 {
        text-align: center;
    }

    @keyframes appear {
        from {opacity: 0%; filter: saturate(0%);}
        to {opacity: 100%; filter: saturate(100%);}
    }

    .snow {
        width: 100%;
        height: 100%;
        margin-right: -15px;
        position: absolute;
        background-size: 30%;
        opacity: 0.8;
        background-repeat: repeat;
        background-image: url("../images_giniro/snow.webp");
        pointer-events: none;
        z-index: 2;
    }
    
    .ban {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        column-gap: 25px;
        top: 0;
        margin-bottom: -2.2em;
        width: 99%;
        padding: 0.3em;
        z-index: 2;
        backdrop-filter: blur(10px);
        position: -webkit-sticky;
        position: sticky;
    }
    
    .ban a {
        font-family: 'Mate SC', serif;
        font-size: 22pt;
        color: white !important;
        text-shadow: -1.5px 1.5px 1.5px #00000055, 1.5px 1.5px 1.5px #00000055, 1.5px -1.5px 1.5px #00000055, -1.5px -1.5px 1.5px #00000055;
        text-decoration: none;
        transition: 0.15s;
    }
    
    .ban a:hover {
        text-shadow: -1.5px 1.5px 1.5px #000000, 1.5px 1.5px 1.5px rgb(0, 0, 0), 1.5px -1.5px 1.5px #000000, -1.5px -1.5px 1.5px rgb(0, 0, 0);
        scale: 1.05;
        transition: 0.15s;
    }
    
    .quote {
        font-size: 20pt;
        width: 45vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    h1 {
        font-family: 'Bodoni Moda', serif;
        font-size: 50pt;
        color:black;
        margin: 0;
    }
    
    hr {
        height: 1px;
        background-color: black;
        width: 768px;
    }
    
    h2 {
        font-family: 'Bodoni Moda', serif;
        font-size: 28pt;
        color:black;
        margin: 0;
    }
    
    h3 {
        font-family: 'Bodoni Moda', serif;
        font-size: 18pt;
        color:black;
        margin: 0;
        text-decoration: none;
        font-weight: bold;
    }
    
    p {
        font-family: Times;
    }
    
    a {
        color: darkblue;
    }
    
    a:visited {
        color: purple;
    }
    
    .desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: start;
        row-gap: 10 px;
    }
    
    .desc p {
        font-size: 17pt;
        width: 864px;
        text-indent: 40pt;
    }
    
    .desc a {
        text-decoration: none;
        font-weight: 500;
    }
    
    .story {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: start;
        row-gap: 10px;
    }
    
    .story p {
        font-size: 17pt;
        width: 864px;
        text-indent: 40pt;
    }
    
    .chars {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
    }
    
    .char-grid {
        display: grid;
        flex-direction: row;
        column-gap: 2rem;
        row-gap: 0.5rem;
        grid-column-gap: 2rem;
        grid-row-gap: 0.5rem;
        grid-template-columns: auto auto auto auto auto auto;
        grid-template-rows: auto auto;
    }
    
    .char-icon {
        opacity: 70%;
        transition: 0.2s;
        cursor: pointer;
        filter: grayscale(70%);
    }
    
    .char-icon:hover {
        opacity: 100%;
        transition: 0.2s;
        filter: grayscale(0%);
    }
    
    .char-cont {
        margin-top: 5%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: fit-content;
        width: 1152px;
    }
    
    .char-btn {
        opacity: 0.5;
        transition: 0.2s;
        width: 67px;
        margin-bottom: 3rem;
    }
    
    .char-btn:hover {
        opacity: 1;
        transition: 0.2s;
    }
    
    .char {
        display: none;
        flex-direction: row;
        width: fit-content;
        max-width: 1152px;
        max-height: 80vh;
        height: fit-content;
    }
    
    .char-spr {
        width: auto;
        height: 35em;
    }
    
    .char-desc {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-content: start;
        row-gap: 0px;
    }
    
    .char-desc h2 {
        font-size: 32pt !important;
    }
    
    .char-desc p {
        font-size: 16pt;
    }
    
    .char-desc hr {
        margin: 0;
        padding: 0;
    }
    
    .spr-btn {
        width: 7.5rem;
        opacity: 70%;
        transition: 0.2s;
        cursor: pointer;
        display: inline;
    }
    
    .spr-btn:hover {
        opacity: 100%;
        transition: 0.2s;
        margin: 0;
        padding: 0;
        background:none;
    }
    
    .foot {
        width: 100%;
        margin-bottom: -20px;
        padding: 0;
        margin: 0;   
    }
    
    .img-ovr {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        backdrop-filter: brightness(40%);
        z-index: 2;
    }
    
    .img-cont {
        display: none;
        flex-direction: row;
        position: fixed;
        justify-content: center;
        z-index: 4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-top: 15px;
        padding-bottom: 15px;
        height: fit-content;
        width: fit-content;
        background: black;
        box-shadow: black 0px 0px 30px 12px;
        border-radius: 10px;
    }
    
    .cg-img {
        display: none;
        width: 65vw;
        border: black solid 3px;
    }
    
    .img-btn {
        opacity: 0.5;
        transition: 0.2s;
        width: 3rem;
        margin-bottom: 3rem;
    }
    
    .sld-btn {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
    }
    
    .sld-btn:hover {
        cursor: pointer;
        filter: opacity(40%);
    }
    
    .sld-btn img {
        height: 30px;
    }
    
    .sld-cr {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
        margin-top: 15px;
    }
    
    .sld-cr:hover {
        cursor: pointer;
        filter: opacity(40%);
    }
    
    .sld-cr img {
        height: 20px;
    }
    
    .art {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .igrid {
        display: grid;
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: auto auto auto;
        gap: 20px 20px;
        height: fit-content;
        width: fit-content;
        justify-content: center;
        align-items: center;
        overflow: visible;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    
    .igrid img {
        width: 275px;
        opacity: 80%;
        transition: 0.25s;
    }
    
    .igrid img:hover {
        scale: 1.05;
        cursor: pointer;
        opacity: 100%;
        box-shadow: black 0 0 5px 3px;
        filter: brightness(105%);
    }
    
    .art iframe {
        width:800px;
        height:450px;
        border-radius: 3px;
        border-top: 3px black solid;
        border-bottom: 3px black solid;
        border-left: 2px black solid;
        border-right: 2px black solid;
        z-index: 1;
        display: block;
        margin: 0 auto;
    }
    
    .staff {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .download {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .download button {
        border-radius: 20px;
        width: 250px;
        font-size: 20pt;
        font-family: 'Lora', serif;
        color: white;
        border: none;
        height: 50px;
        background: #6150ff;
        transition: 0.2s;
    }
    
    .download button:hover {
        cursor: pointer;
        background: #9286ff;
        scale: 1.1;
    }
    
    .download p {
        font-size: 17pt;
        width: 864px;
    }

    .hdc {
        font-size: 0;
    }

    .ham {
        font-size: 0;
    }
}