.row {
  display: flex;
  justify-content: center
}

.column{
  align-self: center;
}

.iod-small-img,
.iod-small-img img{
    padding:  15px;
    max-width: 100%;
    max-height: 100px;
}

.iod-hero-img,
.iod-hero-img img{
  max-height: 600px;
  width: auto;
  border-radius: unset;
}