/* The supplied homepage selection has its own framing and concise labels. */
.home-media-selection figure{height:auto;aspect-ratio:auto;background:transparent}
.home-media-selection a{height:auto}
.home-media-photo{display:block;aspect-ratio:4/3;overflow:hidden;background:#e9edf1}
.home-media-selection img{width:100%;height:100%;object-fit:cover}
.home-media-selection .home-media-patrol img{object-fit:contain}
.home-media-selection figcaption{margin-top:14px;padding-left:12px;border-left:2px solid var(--skg-blue-bright);color:#344a60;font-size:14px;font-weight:650;line-height:1.5}
/* Retain both ends of the wide patrol boat when the card is hovered. */
.home-media-selection figure:hover .home-media-patrol img{transform:none}
@media(max-width:620px){
 .home-media-selection{gap:22px 12px}
 .home-media-selection figcaption{margin-top:10px;padding-left:8px;font-size:12px}
}
