.external-wrapper{
        position: relative;
}
.video-fallback{
        position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
   z-index:9999;
    background: silver;
   
   
}
.video-fallback p{
     
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    font-weight:bold;
 }
 .video-fallback p a{
 color: #830051;
 }
@media only screen and (max-width: 991px) {
  #gbc-home .cmp-image:has(.cmp-image--mobile) .cmp-image--mobile {
    display: block;
  }

  #gbc-home .cmp-image:has(.cmp-image--mobile) .cmp-image--desktop {
    display: none;
  }
}