@media screen and (max-width: 1440px) {
    .baseFrame{
        grid-template-columns: 128px auto 128px;
    }
}

@media screen and (max-width: 768px) {
    .baseFrame{
        grid-template-columns: 0 auto 0;
    }
}