/* PWO rooms having issues with tall images scaling too wide, this contrains hieght to 600px */
img {
  max-height: 600px;
  object-fit: contain;
  -o-object-fit: contain;
}
