@media (min-width: 481px) {
    .fw {
        left: 100%;
        top: 10vh;
        width: 95vh;

        line-height: 1em;
        color: #FFFFFF;
        font-size: 6.2em;
        letter-spacing: -0.05em;
    }

    .fw span {
        color: #FEC500;
    }

    .fw_footer {
        left: 100%;
        width: 88vh;
        top: 75vh;

        font-size: 2.25em;
        font-weight: 100;
        text-decoration: underline;
        text-underline-position: under
    }

    .fw_footer a {
        color: #FEC500;
    }

    .fw_logo {
        top: 15vh;
        left: 100%;

        width: 65vh;
        height: 57.5vh;

        background-image: url(/assets/images/fw.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: auto 100%;
    }
}

@media (max-width: 480px) {
    section#fw {
        /* height: 100vh; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5vh;
    }

    .fw_logo {
        width: 100vw;
        height: 40vh;

        background-image: url(/assets/images/fw.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 61% auto;
        margin-top: 5vh;
        /* transform: rotate(8deg); */
    }

    .fw {
        line-height: 1em;
        color: #FFFFFF;
        font-size: 3em;
        letter-spacing: -0.05em;
        text-align: right;
        margin-top: 3vh;
    }

    .fw span {
        color: #FEC500;
    }

    .fw_footer {
        font-size: 1.5em;
        font-weight: 100;
        text-decoration: underline;
        text-underline-position: under;
        margin-top: 5vh;
        text-align: right;
    }

    .fw_footer a {
        color: #FEC500;
    }
}