body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
body h4 {
  font-weight: normal;
  font-style: normal;
  font-size: 56px !important;
}

.main-div {
  position: relative;
}

.content-div {
  position: absolute;
  top: 100px;
  left: 25%;
}
.content-div h4 {
  font-size: 56px !important;
}

.content-para {
  line-height: 1.32;
  color: rgb(0, 0, 0);
  font-size: 20px;
}

@media (max-width: 660px) {
  iframe {
    width: 500px;
    height: 450px;
  }
  .content-div {
    left: 18%;
  }
}
@media (max-width: 560px) {
  iframe {
    width: 300px;
    height: 450px;
  }
  .content-div {
    left: 7%;
  }
  .content-div h4 {
    font-size: 48px !important;
  }
}/*# sourceMappingURL=video-background.css.map */