@media only screen and (max-width: 600px) {
    .header-pink-mobile {
        display: block !important;
    }

    .header-pink-desktop {
        display: none;
    }

    .mobileonly {
        display: block !important;
    }

    .mobileonly.flex {
        display: flex !important;
    }

    .desktoponly {
        display: none;
    }

    .float-signup-box {
        width: auto;
    }

    .float-signup-box-left, .float-signup-box-right {
        width: auto;
        float: none;
    }

    .app-modal {
        top: 5%;
        left: 5%;
        right: 5%;
        transform: none;
        max-height: 90%;
        max-width: 90%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .app-modal-wider {
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-height: 100%;
        max-width: 100%;
    }

    .loginSignupContainer {
        margin-top: 75px;
    }
}