#custom-yt-player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: -25px;
}
.custom-yt-player-container {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 25px;
    z-index: -1;
    left: 50%;
    min-width: 1360px;
    transform: translate(-50%);
}