.video-element-teaser {
    position: relative;
}

.video-element-teaser-text {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play-video-button {
    display: blocK;
    width: 50px;
    height: 50px;
    margin: 20px auto 0 auto;
}

.play-video-button-mobile {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 50px;
    height: 50px;
}

.play-video-button svg,
.play-video-button img {
    height: 100%;
    width: 100%;
}