/* V88 - restore approved service preview fit */
#services .service-detail,
#services .service-detail-frame {
  overflow: hidden !important;
}

#services .service-detail-frame {
  background: #07090d !important;
  box-sizing: border-box !important;
}

#services .service-detail-frame::before {
  background-size: 90% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 1280px) {
  #services .service-detail-frame::before {
    background-size: 94% auto !important;
  }
}

@media (max-width: 980px) {
  #services .service-detail-frame::before {
    background-size: 98% auto !important;
  }
}

@media (max-width: 640px) {
  #services .service-detail-frame::before {
    background-size: 100% auto !important;
  }
}
