Hide ratings banner in main scenes thumbnail view (not in detailed view)

Is there a way, some kind of css ?

.scene-card {
  & .rating-banner, .studio-overlay {
    display: none;
  }
}

Credit @Maista

It worked, thank you!