@media only screen and (max-width: 767px) {
    .hp-intro .hero-text-container .hero-header {
        visibility: hidden;
    }
    
    .hp-intro #homepage_cinemagraph {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 3;
    }
    
    .hp-intro #cinemagraph_image_fallback {
        opacity: 0.3;
        position: relative;
    }
}


.play-pause-btn {
  position: absolute;
  bottom: 30px;
  z-index: 300;
  padding: 5px 20px 5px 20px;
  background: rgba(0, 0, 0, 0.4);
  left: 30px;
  border-radius: 21px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  min-width: 100px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
    .hp-intro:has(.cinemagraph-wrapper) {
        .play-pause-btn {
          left: 30px;
          bottom: 40px;
      }
    }
    
  .play-pause-btn {
      left: 30px;
      bottom: 200px;
  }
}

.play-text {
  color: #fff;
  line-height: 1.2;
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 72px;
  text-align: center;
}

.play-icon {
  border-radius: 18px;
  border: 1px solid #fff;
  position: relative;
  height: 28px;
  width: 28px;
  display: inline-block;
}

.play-icon:before {
  content: "";
  color: #fff;
  display: inline-block;
  border-left: 12px solid #fff;
  width: 5px;
  height: 5px;
  border-right: 00px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  transition: all ease-in-out 0.3s
}

.active-play .play-icon:before {
  content: "";
  color: #fff;
  display: inline-block;
  border-left: 0px solid transparent; 
  border-right: 0px solid transparent; 
  border-top: 0px solid transparent; 
  border-bottom: 0px solid transparent; 
  transform: translateY(5px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-140%, -50%);
  width: 5px;
  height: 14px;
  background: #fff;
  
}
.play-icon:after {
  content: "";
  color: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: translateY(5px);
  margin-right: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(30%, -50%) scaleY(0);
  background: #fff;
  height: 14px;
  transition: all ease-in-out 0.3s
}

.active-play .play-icon:after {
  content: "";
  color: #fff;
  display: inline-block;
  width: 5px;
  transform: translateY(5px);
  margin-right: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(30%, -50%) scaleY(1);
  background: #fff;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  #hero_slide_hp #cinemagraph_image_fallback {
      height: 100%;
  }
}
.accessible-address-phone a {
  display: block;
}
.accessible-address-phone a span {
  white-space: nowrap;
}

#review_form_container.slide-wrapper {
    background: var(--review-text-box-bg);
    color: var(--review-text-box-bg-alt);
}



footer .copyright-text a,
footer .footer-web-accessibility-statement.lightning .web-accessibility-statement-open-btn {
    border-bottom: 1px solid;
}

