@media only screen and (max-width: 1023px) {
    /* For mobile phones: */
    .main-wrapper .main-profile-content {
        width: 100%;
    }
    .main-wrapper .side-profile-content {
        width: 100%;
        height: auto;
    }
}