@media screen and (min-width: 890px){

#content {
    position: relative;
    float:right;
    width: 100%;
    min-height: 70%;
    padding-bottom:2%;
    }

}

@media screen and (max-width: 890px){

#content {
    position: relative;
    float:right;
    width: 100%;
    min-height: 70%;
    padding-bottom:10%;
    }
}
