@media all and (max-width: 768px) {
  #open-title-modal-video {
    top: 5.5rem !important;
  }
  .homepage-slide-show__overlay-text h2 {
    font-size: 1.25rem !important;
    position: relative;
    top: -2rem;
  }
  .single-image-hotspot-container__image-wrapper {
    padding: 0 !important;
    max-width: 100% !important;
  }
}

  .single-image-hotspot-container__hotspot {
      box-shadow: -2px 1px 5px black;
  }