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

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

#about_embed1 {
    float: none;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 28px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
}

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

@media only screen and (max-width: 1200px) {
    #about_embed {
        margin-top: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #about_embed {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        width: 100%;
        margin-bottom: 0px;
    }
}

