#lantern-intro {
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ff7154;
    /*display: none;*/
}

.intro-header {
    height: 90px;
}

.intro-footer {
    height: 100px;
}

.intro-body {
    height: calc(100vh - 190px);
}

.intro-frame-1 img {
    width: 70%;
}

.small-logo img {
    width: 60%;
}

.skip-intro {
    text-transform: uppercase;
    font-family: brother-1816, sans-serif;
    font-size: 0.8rem;
    color: #000;
}

.skip-intro:hover {
    text-decoration: none;
    color: #000;
}

.skip-intro img {
    height: 15px;
}

.intro-frames p {
    width: 75%;
    font-size: 2rem;
    font-weight: 300;
    font-family: brother-1816, sans-serif;

}

.intro-body {
    position: relative;
}

.intro-frames {
    position: absolute;
}

@media (max-width: 1025px) {

    .intro-frames p {
        font-size: 1.5rem;
    }

    .intro-frame-1 img,
    .small-logo img {
        width: 95%;
    }

    .intro-frames p {
        width: 95%;
    }

}
