.cmp-image picture {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmp-image picture img {
  width: 100%;
  height: auto;
  border-radius: var(--card-radio);
}
.cmp-image picture .small {
  max-width: 25rem;
}
.cmp-image picture .medium {
  max-width: 45rem;
}
.cmp-image picture .medium {
  max-width: 64rem;
}
.cmp-image picture .responsive {
  max-width: 880px;
}
