#section-83-2 {
  display: flex!important;
  justify-content: center;
}
#section-83-2 > .ct-section-inner-wrap {
  margin-inline: 20px;
}


/* IMAGE */
.sit-media-left__img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    aspect-ratio: 683 / 1536;
	min-height: clamp(720px, 120vh, 1245px);
}

/* VIDEO preview (vignette / fallback) */
.sit-media-left__preview{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    aspect-ratio: 683 / 1536;
	min-height: clamp(720px, 120vh, 1245px);
}

@media screen and (max-width: 768px) {
	.sit-media-left__img {
		min-height: unset;
		max-height: 40vh;
	}
	.sit-media-left__preview{
		min-height: unset;
		max-height: 40vh;
	}
}