/* AVI STUDIO V18 — cleaner desktop phone composition */

@media (min-width: 769px) {
  .home-services-explorer .mobile-service-showcase {
    align-self: start !important;
    margin-top: 0 !important;
    background: transparent !important;
  }

  .home-services-explorer .mobile-phones-stage {
    min-height: 590px !important;
    overflow: visible !important;
    background: transparent !important;
  }

  /* Remove all decorative background shapes on desktop. */
  .home-services-explorer .mobile-phones-stage::before {
    display: none !important;
    content: none !important;
  }

  .home-services-explorer .mobile-phones-shape {
    display: none !important;
  }

  /* Align the top of the phone composition with the service list. */
  .home-services-explorer .mobile-phone-left {
    top: 0 !important;
    left: 5% !important;
  }

  .home-services-explorer .mobile-phone-right {
    top: 118px !important;
    right: 3% !important;
  }

  .home-services-explorer .mobile-service-dots {
    margin-top: -12px !important;
    background: transparent !important;
  }
}
