@media screen and (max-width: 1200px) and (min-width: 768px) {
  html,body {
    width: 1240px;
    min-width: 1240px;
  }
}