/* Add custom CSS styles below */ 
:nth-child(1 of .s-block-fullscreen-banners.height-auto .bg__image) video {
 max-width:75%;
 margin:auto;
 border-radius:10px;
 
}
@media (max-width: 768px) {
  :nth-child(1 of .s-block-fullscreen-banners.height-auto .bg__image) video {
   max-width:85%;
  
  }
}