/* .section-for-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.section-for-video #myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-for-video.content-about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (max-width: 991px) {
  .section-for-video {
    height: 150vh;
  }
  .section-for-video.row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 525px) {
  .section-for-video {
    height: 200vh;
  }
  .section-for-video.content-about {
    position: relative;
    padding: 0;
  }
  .section-for-video.content {
    padding: 0;
  }
  .section-for-video.col-lg-4 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 390px) {
  .section-for-video {
    height: 210vh;
  }
} */
