@media only screen and (max-width: 992px) {
  .imgleft-points.reverse-flex {
  flex-direction: column-reverse;
}
  
  .points-mid {
    width: 100% !important;
  }
  
  .container-titles.mid-cen {
    align-items: left;
}

}

<style>
.container-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-video .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  pointer-events: none; 
}
</style>



