.logo {
  top: 5px;
  left: 5px;
  color: white;
  position: absolute;
  opacity: .5;
  width: 15%;
}

.logo:hover {
  cursor: pointer;
  opacity: 1;
}

.vjs-big-play-button {
	top: 40px !important;
}
