.yotpo-widget-hero-section .yotpo-title {
    font-size: 40px !important;
}

.yotpo-widget-hero-section {
  height: 400px !important; /* Adjust to control how much of the image shows */
  overflow: hidden;
}

.yotpo-widget-hero-section img {
  object-fit: center;
  object-position: center; /* Crop from top & bottom equally — keep center in view */
  height: 100% !important;
  width: 100%;
}

@media screen and (max-width: 800px) {
    .yotpo-widget-hero-section .yotpo-title {
        font-size: 38px !important;
    }
  
  .yotpo-widget-hero-section {
  height: 400px !important; /* Adjust to control how much of the image shows */
  
}
}
.yotpo-text-on-background {height:100% !important}


