.slider-wrapper .banner-video-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(9,9,9,.9882352941)
}
.slider-wrapper .banner-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.slider-wrapper .banner-content img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  display: block
}
@media screen and (max-width:1199px) {
  .slider-wrapper .banner-content img {
    width: 65px;
    height: 65px
  }
}