.location-banner .zoom-location img {height: 100vh;}
.location-panzoom {top: 20px;right: 20px;}
.location-panzoom-overlay{
   background-color: rgb(241 240 238 / 90%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media only screen and (max-width: 767px) {
      .pan-left-right-overlay {background-color: rgb(241, 240, 238, 0.9);height: 100%;width: 100%;position: absolute;z-index: 9;top: 0;}
      .inner-pan-overlay {display: flex;justify-content: center;align-items: center;height: 100%;}
      .location-banner .panzoom-inner-box {max-height: 587px;}
      .location-banner {padding: 0; background-size: cover;}
}


@media screen and (max-width:992px) and (orientation:landscape) {
   .location-banner {
      height: calc(100vh - 72.94px);
      margin-top: 72.94px !important;
   }
   /* .location-banner .scroll-to-bottom {
      display: block !important;
  } */
}

@media only screen and (min-width: 1200px) {
   .location-panzoom {top: 140px;right: 30px;}
}