@media only screen and (max-width: 768px) {
    .container {
        max-width: 380px !important;
    }
}

@media only screen and (max-width: 390px) {
    .container {
        max-width: 339px !important;
    }
}