/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media (max-width:1068px)and (max-width:1068px) {
    section.section-event-banner .banner-card-image {
        --p-height: 160px;
    }
}

@media (max-width:734px)and (max-width:734px) {
    section.section-event-banner .banner-card-image {
        --p-height: 150px;
    }
}

.card-set {
    --sk-cssgrid-column-gutter-inner: 20px;
    margin: 0;
    list-style-type: none;
    grid-auto-flow: column;
    grid-template-columns: unset;
    grid-auto-columns: 0fr;
}


[data-media-card-gallery] .media-gallery .typography-media-card-gallery-headline + .typography-caption-tile-footnote {color: #6E6E73; margin-top: 14px;}

.media-gallery-item-live-translation .card .caption-container {
    flex-direction: column;
}

.media-gallery-item-live-translation .card .caption-container .card-footnote-content {
    align-self: center;
    margin-top: 0px;
}

[data-media-card-gallery] .media-gallery .media-gallery-item-live-translation .typography-media-card-gallery-headline:not(:only-child) {
    margin-bottom: 5px;
}


.media-gallery-item-live-translation .typography-media-card-gallery-headline {
	font-size: 24px;
}

@media (max-width:1068px) {
	.media-gallery-item-live-translation .typography-media-card-gallery-headline {
		font-size: 21px;
	}
}

@media (max-width:734px) {
	.media-gallery-item-live-translation .typography-media-card-gallery-headline {
		font-size: 17px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/