@media (min-width: 1536px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1536px) {
}