/* Keep every Selected Work photo fully visible at its original aspect ratio. */
.featured-grid{align-items:start}
.featured-grid figure,.featured-grid .feature-wide,.featured-grid figure:nth-child(even){align-self:start;margin-top:0}
.featured-grid img,.featured-grid .feature-tall img{display:block;width:100%;height:auto;object-fit:contain}

/* Let the portrait bridal-shower inset keep its full, uncropped shape. */
.hero-small{width:30%;height:auto;max-height:300px;object-fit:contain;background:transparent;border:0;box-shadow:0 10px 28px #11110f2e}
@media(max-width:800px){.hero-small{width:34%;height:auto;max-height:240px;bottom:30px}}
@media(max-width:520px){.hero-small{width:38%;height:auto;max-height:210px;bottom:25px}}
