.circo-video-header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.circo-video-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10vh;
  -webkit-box-shadow: inset 0px -75px 25px -15px #ECECEC;
  box-shadow: inset 0px -75px 25px -15px #ECECEC;
}
.circo-video-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  height: 50px;
  background-color: #ECECEC;
}
.circo-video-header video {
  min-width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circo-video-header h1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.circo-video-header h1 span {
  font-family: "Anomique";
  color: #fff;
}
.circo-video-header h1 span:first-of-type {
  font-size: 52px;
  line-height: 52px;
  font-weight: 200;
}
.circo-video-header h1 span:last-of-type {
  font-size: 78px;
  line-height: 78px;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .circo-video-header {
    min-height: 100vh;
  }
  .circo-video-header video {
    height: auto;
    min-height: 100vh;
  }
}
.wp-admin .circo-video-header {
  position: relative;
  height: auto;
}
.wp-admin .circo-video-header video {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  height: auto;
}
