.wf-design-mode .home_hero2_mod-item:first-child,
  .wf-design-mode .home_hero2_mod_video-item:first-child,
  .home_hero2_mod_video-item.is-active,
  .home_hero2_mod-item.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  @media (min-width: 768px) {
    .wf-design-mode .mod-floating-wrapper {
      display: none;
    }
  }
  body:has([data-mod-floating-hover]:hover) .mod-floating {
    opacity: 1;
  }
