@media only screen and (max-width: 1200px) {
    /* Header */
    #header { }
    #header-banner img{
        content: url("../img/mobile/header_mobile.png");
    }
    #header-button {
        text-align-last: center;
    }
    #header-button img {
        width: 40%;
        position: relative;
        top: 0;
        left: 0;
    }

    /* Arrow */
    #scroll_arrow {
        margin-top: 5%;
    }
    #scroll_arrow img {
        width: 4%;
    }

    /* Game Info */
    #gameinfo {
        margin-top: 4%;
        text-align: center;
    }
    #gameinfo_text {
        margin: 0 10%;
        width: 80%;
        float: none;
    }
    #gameinfo_text h4 {
        font-size: 6vw;
    }
    #gameinfo img {
        margin: 5% 0 0 0;
        width: 35%;
    }

    /* Slide Show */
    #slideshow_preview_holder {
        padding: 8% 10% 0 10%;
        grid-template-columns: 50% 50%;
    }
    .slideshow_preview {
        margin: 0 5% 15% 5%;
    }

    /* FAQ */
    #faq_holder {
        margin-top: 5%;
    }
    .accordion {
        font-size: 5vw;
    }
    .accordion-panel h4 {
        font-size: 5vw;
    }

    /* Toucan Banner */
    #banner_toucan_bg img {
        content: url("../img/mobile/toucan_banner_mobile.png");
    }
    #banner_toucan_content {
        padding-top: 6%;
    }
    #banner_toucan_t1 {
        margin: 0;
        width: 100%;
    }
    #banner_toucan_t2 {
        margin: 0;
        width: 100%;
    }
    #banner_toucan_button {
        width: 30%;
        margin-top: 10%;
        margin-left: 14%;
    }

    /* Footer */
    #footer {
        margin-top: 60%;
    }

    /* Fonts */
    h1 {
        margin: 0 20%;
        font-size: 8vw;
    }
    h3 {
        font-size: 6vw;
    }
    h4 {
        font-size: 5vw;
        line-height: 100%;
    }
    h5 {
        font-size: 4vw;
    }
    h6 {
        font-size: 6vw;
    }
}