/* Dake YouTube Player 5.3.0
 * The module wrapper stays in normal document flow.
 * Only the contents of the 16:9 stage are positioned.
 */
.fl-module-dake-yt-player,
.fl-module-dake-yt-player *,
.fl-module-dake-yt-player iframe {
    box-sizing: border-box;
}

.fl-module-dake-yt-player {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
}

.dake-yt-player {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
}

.dake-yt-stage {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000;
    border: 0 !important;
    border-radius: 0 !important;
}

.dake-yt-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.dake-yt-frame iframe {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.dake-yt-poster {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.dake-yt-poster:focus,
.dake-yt-poster:active {
    outline: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.dake-yt-poster.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.dake-yt-play {
    position: relative;
    display: block;
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.72);
}

.dake-yt-play::after {
    content: "";
    position: absolute;
    top: 23px;
    left: 31px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #fff;
}

.dake-yt-poster:hover .dake-yt-play {
    transform: scale(1.05);
}
