.home-page-v405 .xf-compatible-architecture,
.xf-living-map-compatible .xf-compatible-architecture{
  isolation:isolate;
}

.home-page-v405 .xf-panorama-video,
.xf-living-map-compatible .xf-panorama-video{
  position:absolute;
  inset:-3% -2%;
  z-index:0;
  width:104%;
  height:106%;
  object-fit:cover;
  object-position:center 48%;
  opacity:0;
  filter:saturate(1.08) contrast(1.04) brightness(1.06);
  transform:scale(1.025);
  transition:opacity 1.2s ease;
  pointer-events:none;
}

.home-page-v405 .xf-compatible-architecture.has-video-active .xf-panorama-video,
.xf-living-map-compatible .xf-compatible-architecture.has-video-active .xf-panorama-video{
  opacity:.94;
}

.home-page-v405 .xf-compatible-architecture.has-video-active .xf-panorama-ring,
.xf-living-map-compatible .xf-compatible-architecture.has-video-active .xf-panorama-ring{
  z-index:1;
  opacity:.18;
  mix-blend-mode:screen;
  filter:saturate(1.12) contrast(1.03);
}

.home-page-v405 .xf-compatible-map-world,
.home-page-v405 .xf-compatible-map-glow,
.home-page-v405 .xf-compatible-marker-layer{
  z-index:3;
}

@media (max-width:720px){
  .home-page-v405 .xf-panorama-video,
  .xf-living-map-compatible .xf-panorama-video{
    object-position:center 46%;
    filter:saturate(1.07) contrast(1.04) brightness(1.09);
  }
}

@media (prefers-reduced-motion:reduce){
  .home-page-v405 .xf-panorama-video,
  .xf-living-map-compatible .xf-panorama-video{display:none}
}
