.idou-header-slot {
  align-items: center;
  display: flex;
  flex: 0 0 100px;
  height: 84px;
  justify-content: center;
  overflow: visible;
}

.idou-header-slot__pet {
  display: block;
  height: 100px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  width: 100px;
}

@media screen and (max-width: 1409px) {
  .idou-header-slot {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .idou-header-slot__animated {
    display: none;
  }

  .idou-header-slot__poster {
    display: block;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .idou-header-slot__animated {
    display: block;
  }

  .idou-header-slot__poster {
    display: none;
  }
}
