@media (max-width: 1199px) {
  .mobexpand {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .mobexpand {
    width: 50%;
  }
}

