.body {
  background-color: transparent;
  background-image: url('../images/VI_art_bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.player {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  width: 450px;
  height: 450px;
  margin-top: -225px;
  margin-right: auto;
  margin-left: -225px;
}