* { box-sizing: border-box; }
@media (max-width: 600px) {
    .thumb-grid {
        display: grid;
        grid-template-columns: repeat(2, 460px);
    }
}
