.T5429 iframe {
	border: 0;
	width:  100%;
	aspect-ratio:  16 / 9;
}.T5429.S8921 .list {
	display:  flex;
	flex-wrap: wrap;
	margin-top:  1rem;
}
.T5429.S8921 .list .element {
	width:  100%;
	margin-bottom: 1.25rem;
}
.T5429.S8921 .list .headline {
	font-weight: bold;
	margin-bottom:  0.2rem;
}

.T5429.S8921 .list .info {
	font-size: 0.85rem;
}

@media (min-width: 567px) {

	.T5429.S8921 .list { justify-content: space-between; }

	.T5429.S8921 .list .element {
		width:  calc( 50% - ( 1.25rem / 2 ) );
	}
}


@media (min-width: 1024px) {
	.T5429.S8921 .list .element {
		width:  calc( 33% - ( 1.25rem / 3 ) );
	}
}


