/* Copyright text placeholder, Warner Bros. Discovery, Inc. */

body > object {
  position: absolute;
}

/* Copyright text placeholder, Warner Bros. Discovery, Inc. */

/* Shared Spinner Animation Styles */

#spinner {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -40px;
  opacity: 1;
  background-image: url(spinner-80x80-row.53860d0bca85d9ca.sha.png);
  background-repeat: no-repeat; /* 15fps */
  animation: spinner 1.667s steps(25) infinite;
}

@keyframes spinner {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}

@media (max-width: 1280px) {
  /* Fallback for older browsers */
  #spinner {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    background-size: 1600px 64px;
  }

  @keyframes spinner {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1600px 0;
    }
  }
}

#spinner.hide {
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000000;
}

body > canvas {
  position: absolute;
}

body > input {
  position: absolute;
  left: -1000px;
}

#a11y-button {
  opacity: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

#webpack-dev-server-client-overlay {
  display: none;
}

#splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
}

/* hide background */
#splash.hide {
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}

#splash-video-container {
  position: absolute;
}

