@media (max-width: 768px) {
    .sidebar-classroom div:not(:first-child) {
        width: 70px;
        height: 100px;
        background: transparent;
        grid-template-rows: auto 0px;
    }
}