

/* CSS from section stylesheet tags */
.video-banner__play-button{
    display: none;
  }
  .video-banner__inner-container::after{
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.25);
    inset: 0;
    z-index: 1;
  }