body .sow-video-wrapper {
	position: relative;
	padding-bottom: 0; /* 16:9 */
	padding-top: 0;
	height: auto;
}


body .sow-video-wrapper:has(iframe) {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-hochformat .sow-video-wrapper {
    display: flex;
    justify-content: center;

    video {
        aspect-ratio: 9 / 16;
        max-height: 70vh;
        max-height: 70svh;
        width: auto !important;
    }
}
