.media-player {
   position: relative;
}

#overlay_game, #overlay_training {
 position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  //bottom: 0;
  width:12%;
 //height:90px;
 padding-left:10px;
 padding-top:10px;
}

/* A11Y focus indicator override */
:where(
  a[href],
  button,
  input:not([type="hidden"]),
  select,
  textarea,
  summary,
  [role="button"],
  [role="link"],
  [tabindex]:not([tabindex="-1"])
):focus-visible {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #005fcc !important;
}
