.teaser-main-image {
    width: 100%;
    height: auto;
}
.click-to-play-option-container {
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    background-color: #0067b5;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.click-to-play-option-container .click-to-play-arrow {
    font-size: 22px;
    line-height: 1;
    color: #fff;
}
.tracking-pixel {
    width: 1px;
    height: 1px;
}
.dr-edition-teaser a,
.dr-edition-teaser a:active,
.dr-edition-teaser a:focus,
.dr-edition-teaser a:hover,
.dr-edition-teaser a:visited {
    color: inherit;
    text-decoration: none;
}
.dr-edition-teaser h2 {
    margin: 0;
}
.check-mark {
    display: inline-block;
    transform: rotate(45deg);
    height: 1em;
    width: 0.5em;
    margin: 0 5px;
    border-bottom: max(4px, 0.15em) solid #2a72dd;
    border-right: max(4px, 0.15em) solid #2a72dd;
}
.dr-edition-preview .preview-video.preview-video-in-screen {
    opacity: 1;
    transition: visibility, opacity 0.5s;
    transition-delay: 0.2s;
    visibility: visible;
}
@media screen and (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
    .dr-edition-preview:hover .preview-video[src],
    .dr-edition-preview:hover preview-video {
        opacity: 1;
        transition: visibility, opacity 0.5s;
        transition-delay: 0.2s;
        visibility: visible;
    }
}
.dr-edition-preview .preview-video {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
}
