/* Unique World Holidays — About Us page, Section 2 (full-width team photo).
   Just a photo, no text/overlay — see partials/about-team-photo-section.php
   for the full context. Full-bleed width matches .uwh-team-carousel on
   the Home page (home-team-section.css): width:100%, no max-width
   container. 70vh sits in the client's requested 60-80vh range —
   noticeably bigger than Section 1's 45vh (this section IS the content,
   not a title banner) without tipping into a full 100vh hero that would
   push everything else too far down the page. */

.uwh-about-team-photo {
	width: 100%;
	overflow: hidden;
}

.uwh-about-team-photo-img {
	display: block;
	width: 100%;
	height: 100%;
}

/* ---- Responsive ----
   Same 782px cutoff Section 1 uses for its own height reduction — kept
   in proportion to it (70vh desktop -> 50vh mobile, same ~1.3x ratio as
   Section 1's 45vh -> 35vh) rather than picking an unrelated number. */
/* @media (max-width: 782px) {
	.uwh-about-team-photo {
		height: 50vh;
	}
} */
