.wdf-korostus {
    position: relative;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}

.wdf-korostus__video,
.wdf-korostus__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.wdf-korostus__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.wdf-korostus__sisalto {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    padding: var(--wdf-padding-y) var(--wdf-padding-x);
    text-align: justify;
    box-sizing: border-box;
}

.wdf-korostus__otsikko {
    color: #ffffff;
    margin: 0 0 32px 0;
	text-align: center;
}

.wdf-korostus__teksti {
    color: #ffffff;
    font-size: 18px;
	font-weight:400;
    margin: 0 0 32px 0;
    line-height: 1.6;
}



.wdf-korostus__sisalto--dark-text .wdf-korostus__otsikko,
.wdf-korostus__sisalto--dark-text .wdf-korostus__teksti {
    color: #000000;
}

