Bootstrap Grid forcing width

@media (min-width: 1200px) {
    .container {
        width: 970px; // @container-desktop
    }
}