/* icon align */
.icon-wrapper .icon, 
.icon-wrapper .more::after, 
.icon-wrapper .icon-before::before, 
.icon-wrapper .icon-after::after, 
.icon-wrapper .more:not(.icon-before):after {
    position: relative;
}

.icon-after::after, .more::after {
    top: -.1em;
}

.more:before, .more:after,
.icon-chevronright:after,
#ac-globalfooter .ac-gf-more:after {
    top: -0.08em;
}

/* section-cards static images */
.section-cards .inline-media-ui{
    display: none !important;
}

html.enhanced .inline-media.ended .end-frame, html.enhanced .inline-media.ended .video, html.enhanced .inline-media.loaded .video, html.enhanced .inline-media.playing .video{
    opacity: 0 !important;
    display: none !important;
}

html.enhanced .inline-media.loaded.ended .start-frame, html.enhanced .inline-media.loaded.paused .start-frame, html.enhanced .inline-media.loaded.playing .start-frame{
    opacity: 1 !important;
}

.section-cards .card-headline{
    max-width: 520px;
}

@media only screen and (max-width:734px){
    .section-cards .card-headline{
        max-width: 18ch;
    }
}