.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;
}
