body {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 64pt;
  color: white;
  background-color: black;
  overflow: hidden;
}

#expert {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}

#video {
  position: absolute;
  top:0;
  left:50%;
  height:100%;
  transform: translateX(-50%);
  z-index:-1;
  filter: blur(50px);
}

#alert, #links {
  position: absolute;
  left:50%;
  height:100%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}

#alertimg {
  position: absolute;
  height: 7.11%;
  top: 89%;
  left: 44.3%;
  cursor: pointer;
  z-index: 1;
}

#videocontainer {
  height: 100%;
  width: 100%;
  z-index: -1;
}

.link {
  position: absolute;
  cursor: pointer;
}

#link1 {
  height: 4%;
  width: 3%;
  top: 43.5%;
  left: 63.5%;
}

#link2 {
  height: 3%;
  width: 3%;
  top: 51%;
  left: 90%;
}