.v916 {
    position: relative;
    display: flex;
    width: 100%;
    height: var(--fullHeight);
    min-height: var(--fullHeight);
    overflow: hidden;
    background: transparent;
    color: #fff;
    /* border: 1px solid blue; */
}

.v916 .backImage {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.v916 .backImage img {
    width: 100%;
}

.v916 .content {
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 15px #000;
}

.v916 .content p:nth-of-type(1) {
    font-weight: 800;
}

.v916 .content p:nth-of-type(2) {
    font-weight: 800;
}

.v916 .btnPlayDiv {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
}

.v916 .btnPlay {
    position: absolute;
    width: 100px;
    height: 100px;
    cursor: pointer;
    animation-name: flutuar;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
}

.v916 .overlay {
    position: absolute;
    inset: 0;
    background: #00000011;
}