html,
body {
  background-color: #000;
  overflow: hidden;
}
#logo {
  width: 600px;
  height: 67px;
  text-align: center;
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 99999;
}
#logo img {
  width: 100%;
}
.video {
  padding: 0;
  margin: 0;
  width: 110%;
  height: 110%;
  position: absolute;
  z-index: 1;
}
.video iframe {
  z-index: 1;
  position: absolute;
  top: -15%;
  left: -20%;
  width: 130%;
  height: 130%;
}
