.img-fit {
  width: auto;
  max-height: 100%;
  object-fit: contain;
}

.left-locked {
  overflow: hidden;
  max-height: 100%;
}

