
.drift-zoom-pane {
  position: absolute;
  width: 700px !important;
  height: 750px !important;
  overflow: hidden !important;
  left: 50% !important;
  z-index: 99999;
}
.drift-bounding-box {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--black);
  z-index: 99999;
  max-width: 150px;
  width: 100%;
  height: 150px !important;
  border-radius: 10px;
}


/* ---------------------------------
responsive
---------------------------------- */
/* MackBook */
@media only screen and (max-width: 1440px){

}

/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px){

}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px){

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px){
  .drift-zoom-pane {
    width: 582px !important;
    height: 650px !important;
    left: 61% !important;
    transform: translateX(-50%);
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px){
  .drift-zoom-pane, .drift-bounding-box {
    display: none !important;
  }
    .header-section .container-fluid {
        padding: 0 15px !important;
    }
}
/* ---------------------------------
responsive
---------------------------------- */
