@media screen and (max-width: 350px) {
    #content {
        display: none;
    }
    #mobile-content {
        display: block;
        text-align: center;
    }
}