.cahide{display:none;}

@media (max-width: 480px) {
  .newbanner .item {
    height: calc(100vh - 550px) !important;
  }
}
@media (max-width: 360px) {
  .newbanner .item {
    height: calc(100vh - 500px) !important;
  }
}