.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#ruby {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    color: rgb(0, 0, 0);
    position: static;
    top: 0px;
    left: 0px;
    z-index: 2;
    margin: 0px;
    clear: none;
}

#josie {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    color: rgb(0, 0, 0);
    position: static;
    top: 0px;
    left: 0px;
    z-index: 1;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
}

#together {
    float: none;
    width: 100%;
    height: 720px;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
    min-width: 0px;
    margin-left: auto;
    margin-right: auto;
    clear: none;
}

#box {
    float: left;
    height: 720px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: none;
}

#image {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

@media only screen and (max-width: 480px) {
    #together {
        display: none;
    }

    #box {
        height: 1461px;
        margin: 0px auto;
        clear: none;
        display: block;
        float: none;
    }

    #josie {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #ruby {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }
}

