.ytg-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
    width: 100%;
    height: 0;
    display: inline-block;
}
.ytg-video-container .ytg-video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Workaround for themes wrapping our player */
.ytg-video-container > div {
    padding-bottom: 52% !important;
    padding-top: 0 !important;
    position: static !important;
}

/* Hide Video URL block */
.ytg-video-url {
    display: none;
}


