@media only screen and (max-width: 1000px) {
    #lim-side-content {
        display: none;
    }
}

@media only screen and (max-width: 655px) {
    #lim-name {
        display: none;
    }
}

