.my-image {
  width: 100%;
}
.my-image picture {
  width: 100%;
}
.my-image img {
  max-width: 100%;
  object-fit: scale-down;
}
