/* scoped: si-SafeShooterVisualSection */

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

  html.is-mobile .m-safe-card-img:where(.si-SafeShooterVisualSection, .si-SafeShooterVisualSection *){
    width: 370px;
    height: auto;
    object-fit: contain;
  }
