/** @format */

.gallery_container {
	container-type: inline-size;
	padding: var(--universal-gap);
	height: 100%;

	& .slider_parent {
		--snap-item-height: min(calc(75vh - var(--header-topcareerlinks-height) - var(--header-topbar-height) - var(--header-topbar-sub-menu-height)), calc(var(--box-width) * 0.45));
	}

	& .social_post img {
		height: 100%;
		width: auto;
		max-width: none;
		border-radius: var(--border-radius-button);
		overflow: clip;
	}
}
