/* V3.2.3 delivery, preserving the latest available V3.5.1 site.
   Keep the original image fully visible at every screen size. */
.uno-feature-card {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(230px, 50vw, 680px);
  min-height: 0 !important;
  padding: 16px;
  background: #242424 !important;
}
.uno-feature-card img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background: transparent;
  transform: none;
}
.uno-feature-card::after {
  content: none;
}
@media (max-width: 560px) {
  .uno-feature-card {
    padding: 10px;
    border-radius: 20px;
  }
}
