body.widget-snippet .banner-video .video-content{
    position:relative;
    left: unset;
    top: unset;
    transform: unset;
  text-align:center;
padding: 10px 0;
  margin-top: -310px;
}
body.widget-snippet .banner-video .video, body.widget-snippet .banner-video .video video {
  padding:30px 20px;
  object-fit:unset;
   aspect-ratio:unset;
}
body.widget-snippet .banner-video .video:after{
 display:none; 
}
.widget-snippet .banner-video .video {
    padding: 0;
    margin: 0 0 -8px;
}
.widget-snippet .banner-video .video video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16 / 5.05 !important;
}
.widget-snippet .banner-video .video-content {
    max-width: 1000px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px; /* 129.091% */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Montserrat;
}

.widget-snippet .banner-video .video:after{
  content:"";
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:99%;
background: rgba(0,0,0,0.4)
}

.widget-snippet .banner-video .video-content .video-sub {
  font-size: 22px;
  font-family: Montserrat;
  line-height: 52px;
  font-weight: 500;
}


.widget-snippet .banner-video .video-content a{
border: 1px solid #fff;
  background: #fff;
  color: #000;
      font-family: Montserrat;
letter-spacing: 4px;
}
.widget-snippet .banner-video .video-content a:hover{
border: 1px solid #000;
  background: #000;
    color: #fff
}
