div.img-compare {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 100%;
}

div.img-compare p {
    box-sizing: border-box;
    width: 100%;
  }

.img-compare img {
  box-sizing: border-box;
  max-height: 20vh;
  max-width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
}
