
.lfm-two-click {
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
}

.lfm-two-click iframe {
    display: block;
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.lfm-two-click-image {
    z-index: 2;
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lfm-two-click-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.lfm-two-click-image:before {
    position: absolute;
    z-index: 3;
    display: block;
    cursor: pointer;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lfm-two-click-image:after {
    position: absolute;
    z-index: 4;
    cursor: pointer;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url('/typo3conf/ext/lfm_two_click/Resources/Public/Images/play.svg') no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.7;
}

.lfm-two-click--404 {
    height: 0;
    box-sizing: content-box;
    background-color: black;
    position: relative;
}

.lfm-two-click--404 .lfm-two-click-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    font-size: 18px;
}
