/*   .banner_video_outer video {
      height: 700px;
      width: 100%;
      object-fit: none;
  } */
.banner_video_outer video {
    height: auto;
/*     object-fit: cover; */
    width: 100%;
}

/*   @media (max-width: 1080px) {
  .banner_video_outer video {
      height: 325px;
      width: 100%;
/*       object-fit: contain; */
  }
  }
/*   @media (max-width: 768px) {
  .banner_video_outer video {
      height: 200px;
      width: 100%;
/*       object-fit: contain; */
  } */
  } */