.my-custom-class {
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.my-custom-class_2 {
  width: 400px;
  max-width: 150%;
  height: inherit;
}

