#detailVideo {
    overflow: hidden;
    background: #000;
}

#detailVideo #icw-product-video {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

#detailVideo .vjs-poster {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#detailVideo .vjs-big-play-button {
    display: block;
    z-index: 3;
}

#detailVideo .vjs-control-bar {
    z-index: 4;
}

#detailVideo .icw-video-start {
    position: absolute;
    z-index: 10;
    inset: 50% auto auto 50%;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, .55);
    cursor: pointer;
}

#detailVideo .icw-video-start span {
    display: block;
    margin-left: 23px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #fff;
}

#detailVideo .icw-video-start[hidden] { display: none; }

#detailVideo .vjs-has-started .vjs-poster,
#detailVideo .vjs-ended .vjs-poster {
    display: none !important;
}
