/* ========================================
   Big Photo — title + full-width image + optional button
   ======================================== */

.bigph_wrapper {
    text-align: center;
}

/* Title */
.bigph_header {
    margin-bottom: 24px;
}

/* Image */
.bigph_image {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: var(--big_border_radius);
}

.bigph_image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.bigph_image--placeholder img {
    max-height: 520px;
}
