/* custom style for video player */
#videoAd, #placeholder, #videoTrigger, #adPlayBtn { 
    position: absolute; 
    top: 0px;
    z-index: 1; 
    width: 100%; 
    height: 100%; 
}

#youtube_container .wrapper { 
    width: 100%;
    padding-bottom: 56.25%; 
    position: relative; 
}

.videoWrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videoAd > div{
    width: 100%;
    height: 100%;
}

#adPlayBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    cursor: pointer;
}