* {
    margin:0;
    padding:0;
}

video.intro {
  position: fixed;
  right: 0;
  bottom: 0;
  top:0;
  left:0;
  min-width: 100%;
  min-height: 100%;
  z-index: 10;
}

main {
  width:100%;
  margin: 0;
}
.container.fullscreen {
  max-width:100%;
  width: 100%;
}

video.bg {
  position: fixed;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.centered-arrows {
  position:absolute;
  width:200px;
  height:200px;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -100px;
}

.circle {
    position:absolute;
    width:888px;
    height:868px;
    top: 50%;
    left: 50%;
    margin-top: -434px;
    margin-left: -444px;
}

img {
  max-width: 100%;
}