@media (min-width: 768px) {
  .strip-left {
    border-right: 2px solid lightgrey;
  }
  .video-bg {
  height: 100vh;
}
}
@media (max-width: 768px) {
  .video-strip {
    position: relative !important;
    background-color: #2e7d32;
    backdrop-filter: blur(0px) brightness(1) !important;
  }
  .about-sec::after{
    content: none;
  }
}

