﻿/* Shared geometry for every UserSite detail theme. Keep non-4:3 photos intact. */
.usersite-body .usersite-detail-section .usersite-detail-main-photo-button .usersite-detail-main-photo {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}