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