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

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

#box1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 111.90623990000002px;
    display: block;
    background-color: rgb(39, 186, 142);
    margin-right: 0%;
}

#box2 {
    float: none;
    height: 20px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#text {
    float: none;
    font-size: 20px;
    width: 90%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    margin: 0px auto;
    clear: none;
    min-height: 0px;
}

#textspan {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(255, 255, 255);
}

#box3 {
    float: none;
    height: 20px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#embed_drop {
    float: none;
    height: auto;
    margin-left: 150px;
    margin-top: 0px;
    clear: none;
    width: 86.984409%;
    margin-right: 0px;
}

#box4 {
    float: none;
    height: 15px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

@media only screen and (max-width: 1350px) {
    #box1 {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
    }

    #embed_drop {
        margin-top: 0px;
        margin-left: 150px;
        clear: none;
        width: 82.415315%;
    }
}

@media only screen and (max-width: 900px) {
    #embed_drop {
        width: 75%;
        margin-left: 0px;
        margin-right: 5.609375px;
        float: right;
        margin-top: 0px;
        clear: none;
    }
}

@media only screen and (max-width: 500px) {
    #text {
        font-size: 14px;
        line-height: 14px;
    }

    #box1 {
        width: 75.421875px;
    }

    #box3 {
        height: 15px;
    }

    #box2 {
        height: 15px;
    }

    #embed_drop {
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
        width: 70%;
        margin-right: 0px;
        float: right;
    }
}

