/* SFW */
.sfw_blur {
	filter: blur(20px);
}

.sfw-locked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    z-index: 10;
}

.sfw-blur-player {
    filter: blur(15px);
}

#sfwVideo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#sfwVideoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}