

/* ElectroMosaic home intro centered round mosaic mark 20260723 */
@media (min-width: 1100px) {
  #common-home .home-hero-intro__text-wrap::before {
    content: none;
  }

  #common-home .home-hero-intro.em-home-intro {
    position: relative;
  }

  #common-home .home-hero-intro.em-home-intro::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 0;
    background:
      transparent
      url("/catalog/view/theme/monosite/image/em-mosaic-round-mark.svg?v=20260723")
      center / 64px 64px
      no-repeat;
    filter: drop-shadow(0 5px 7px rgba(7, 48, 96, .20));
    transform: translate(-50%, -50%);
  }
}

/* ElectroMosaic header logo intrinsic aspect ratio 20260723 */
header #header-top .em-mobile-header-logo img {
  width: auto !important;
  height: auto !important;
  aspect-ratio: 340 / 65;
  object-fit: contain;
}

@media (min-width: 992px) {
  header #header-top .em-mobile-header-logo img {
    max-width: 282px;
    max-height: 54px;
  }
}
