.img.thumb {
  height: auto !important;
  overflow: visible !important;
}

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