/*! Player do Site */
.player {
    position: fixed;
    right: 0;
    top: 26%;
    width: 33em;
    transition: width 1s;
    margin-top: -2.5em;
    z-index: 2000;
  }
  .player-hide {
    position: fixed;
    right: 0;
    top: 26%;
    width: 8em;
    transition: width 1s;
    margin-top: -2.5em;
    z-index: 2000;
  }
/*! Player do Site */

  .Hide
  {
    display:none;
  }