/* scoped: si-GiftCardVisualSection */

  html.is-mobile .m-gc-visual-shared:where(.si-GiftCardVisualSection, .si-GiftCardVisualSection *){
    width: 430px;
    height: 309px;
    background-image: url('/PrivateLessionbg1.jpg');
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  html.is-mobile .m-gc-visual-shared-img:where(.si-GiftCardVisualSection, .si-GiftCardVisualSection *){
    width: 340px;
    height: auto;
    max-height: 290px;
    object-fit: contain;
  }
