/* Shared photo frames: all repeated photos use equal 8:5 boxes. */
body .destination-gallery img,
body .cards .card img,
body .group-photo-row img,
body .stay-reasons img,
body .stay-room-grid img,
body .stay-pair img,
body .photo-pair img,
body .days-grid .social-card > img,
body .slide-strip img {
 display:block!important; width:100%!important; height:auto!important;
 aspect-ratio:8/5!important; object-fit:cover!important; max-height:none!important;
}
body .photo-gallery{align-items:start!important}
body .photo-gallery .photo-figure{width:100%!important;max-width:none!important;min-width:0;grid-column:auto!important}
body .photo-gallery .photo-open{width:100%!important;aspect-ratio:8/5!important;height:auto!important}
body .photo-gallery .photo-open img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:8/5!important;object-fit:cover!important;max-height:none!important}
body .stay-room-grid .photo-open,body .stay-pair .photo-open{aspect-ratio:8/5!important}
body .stay-room-grid .photo-open img,body .stay-pair .photo-open img{height:100%!important}
body .room-img{aspect-ratio:8/5!important;align-self:center!important;overflow:hidden}
body .room-img img{width:100%!important;height:100%!important;aspect-ratio:8/5!important;object-fit:cover!important}
@media(max-width:700px){body .photo-gallery .photo-figure{grid-column:1/-1!important}}
body.home-page .cards .card img{aspect-ratio:8/5!important}

body .group-photo-row{align-items:start!important}body .group-photo-row figure,body .destination-gallery figure{margin:0!important;width:100%!important;max-width:none!important;min-width:0}body .group-photo-row img{margin:0!important}
