/* Force images and cells to standard size in comparison tables */
.lensCompareTable img {
  max-width: 110px;
  height: auto;
  min-height: 110px;
  object-fit: contain;
}
.lensCompareTable td {
  vertical-align: middle;
  padding-top: 1rem;
  padding-bottom: 1rem;
}