/**
 * WEB-08 — Picture wrappers for Mediterránea editorial web assets.
 * Does not alter editorial layout; only makes <picture> fill existing boxes.
 */

.tb-atmosphere-page__hero .tb-mediterranea-web-picture {
	display: block;
	width: 100%;
}

.tb-atmosphere-page__hero .tb-mediterranea-web-picture img {
	display: block;
	width: 100%;
	height: auto;
}

.tb-atmosphere-palette-editorial .tb-mediterranea-web-picture {
	display: block;
	width: 100%;
}

.tb-atmosphere-palette-editorial .tb-mediterranea-web-picture img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--radius-xs, 4px);
}

.tb-colour-palette__media .tb-mediterranea-web-picture {
	display: block;
	width: 100%;
	height: 100%;
}

.tb-colour-palette__media .tb-mediterranea-web-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tubanera-color-story__atmosphere .tb-mediterranea-web-picture {
	display: block;
	width: 100%;
	max-width: none;
}

.tubanera-color-story__atmosphere .tb-mediterranea-web-picture img {
	display: block;
	width: 100%;
	height: min(88vh, 920px);
	object-fit: cover;
	object-position: center center;
}

@media (min-width: 1100px) {
	.tubanera-color-story__atmosphere .tb-mediterranea-web-picture img {
		height: min(92vh, 980px);
	}
}
