@media only screen and (min-width: 481px) and (max-width: 768px) {
    .container>.body-container>.left-container {
        width: 100%;
        max-width: unset;
        margin-bottom: 15px;
        height: auto;
    }
    .container>.body-container>.left-container>ul {
        margin-top: 5px;
        margin-bottom: 15px;
        height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}