/* fluid image that works well for portrait photos too */
.img-fluid-both {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
}
