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