@media (min-width: 992px) {
    .container-small {
        width: 800px;
    }
}

.container-small {
    max-width: 100%;
}
