.container { 
    width: 100%; 
    padding: 0;
}

@media (min-width: 1420px) {
    .container {
        width: 1320px;
    }
}