.vidt {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 6.625rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 992px) {
  .vidt {
    height: calc(100vh - 7.125rem);
  }
}

.vidt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(269.65deg, rgba(0, 0, 0, 0.28) 0.22%, rgba(0, 0, 0, 0.13) 41.72%, rgba(0, 0, 0, 0.44) 83.22%);
  z-index: 3;
}

.vidt-video {
  position: absolute;
  z-index: 2;
}

@media (max-width: 1299.98px) {
  .vidt-video {
    width: 100%;
    height: 100%;
  }
}

.vidt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  transform: scale(3.6);
}

@media (min-width: 768px) {
  .vidt-video iframe {
    transform: scale(2.5);
  }
}

@media (min-width: 992px) {
  .vidt-video iframe {
    transform: scale(1.5);
  }
}

@media (min-width: 1416px) {
  .vidt-video iframe {
    transform: scale(1);
  }
}

.vidt-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  display: block;
}

.vidt-bgmobile {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  display: none;
}

@media (min-width: 768px) {
  .vidt-bgmobile {
    opacity: 0;
    display: none;
  }
}

.vidt-box {
  position: relative;
  z-index: 4;
  max-width: 45rem;
  color: var(--white);
  padding-top: 9.375rem;
}

@media (min-width: 992px) {
  .vidt-box {
    padding-top: 9.375rem;
  }
}

.vidt-box h1 {
  position: relative;
  font-size: 3rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .vidt-box h1 {
    font-size: 4.25rem;
  }
}

.vidt-box h1::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1px;
  max-width: 29.875rem;
  background: var(--yellow);
}

.vidt-box p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  line-height: 1;
}

.vidt-box a {
  max-width: 17rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  line-height: .875rem;
  font-weight: 600;
  padding: 1.4375rem 2rem;
  color: var(--blue);
  background: var(--yellow);
  border-radius: 99px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.vidt-box a:hover {
  color: var(--white);
  background: var(--blue);
}
