#vegas {
  width: 110%;
  height: 3.5vh !important;
}


@media only screen and (min-device-width: 961px) and (max-device-height: 1080px) and (orientation: landscape) {
  #vegas {
    height: 4.8vh !important;
  }
}