  .t-slds__bgimg {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: auto !important;
  }

  .t-slds__imgwrapper {
    padding-bottom: 0 !important;
    height: auto !important;
    aspect-ratio: 4/3;
  }

  @media (max-width: 480px) {
    .t-slds__imgwrapper {
      aspect-ratio: 1/1;
    }
  }

  #rec940092141 {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0;
    display: none;

    color: #333333;
    background-color: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 5px 5px 20px 0px rgba(51, 51, 51, 0.15);
  }

  
