.container{
    max-width: none !important;
    width: 1170px;
}
@media (min-width: 768px) {
  .container {
    /*width: 750px;*/
    max-width: none !important;
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .container {
    /*width: 970px;*/
    max-width: none !important;
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container {
    /*width: 1170px;*/
    max-width: none !important;
    width: 1170px;
  }
}