.imageblock {
  position: relative;
  width: 150px;
  height: auto;
}

.imageblock img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}
