/* Shared by responsive landing heroes and lazy Lux card maps. The parent
   reserves the display box before an image is decoded. */
.cs-cover-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}
