/* Keep Fancybox v5 image layout isolated from the site's legacy v3 styles. */
.fancybox__container .fancybox-image {
    position: static;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
