#videos-page > * {grid-column: 1/-1;}
@media only screen and (min-width: 1200px) {
    #videos-page>* {
        grid-column: span 6;
    }
}

