.site-header {
  position: relative;
}

.rt-header-overlay {
  position: absolute;
  top: 6px;
  right: 22px;
  z-index: 20;
  display: block;
  width: 220px;
  height: 220px;
  border: 0;
  background: none;
  box-shadow: none;
}

.rt-header-overlay video,
.rt-header-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.rt-header-overlay img {
  display: none;
}

@media (max-width: 1600px) {
  .rt-header-overlay {
    position: static;
    width: 160px;
    height: 160px;
    margin: 8px 0 8px auto;
  }
}

@media (max-width: 980px) {
  .rt-header-overlay {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 560px) {
  .rt-header-overlay {
    width: 110px;
    height: 110px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rt-header-overlay video {
    display: none;
  }

  .rt-header-overlay img {
    display: block;
  }
}
