.ytp-controls,
.ytp-controls * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ytp-video-placeholder{
    width: 100%;
}

.ytp-controls{
    display: flex;
    gap: 20px;
}
.ytp-controls .ytp-timeinfo {
    display: flex;
    gap: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    width: 12rem;
    margin: 0 -12px;
    align-items: center;
    justify-content: center;
}

.ytp-controls ul{
    list-style: none;
}

.ytp-controls pre{
    border: 6px solid #E7E9F3;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.ytp-controls ul li {
    margin: 40px;
}

.ytp-controls ul li code{
    padding: 24px;
    line-height: 1.45;
    font-size: 13px;
}

div .ytp-progress-bar {
    position: relative;
    width: 100%;
    height: 32px;
    cursor: pointer;
}
div .ytp-volume-bar {
    position: relative;
    width: 20%;
    height: 32px;
    cursor: pointer;
}

.ytp-controls i {
    color: #000;
    font-size: 32px;
    cursor: pointer;
}

.ytp-video-box-inline {
    /*height: 600px;*/
    /*min-height: 600px;*/
}
.ytp-video-box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    /*min-height: 600px;*/
}
body > .ytp-video-box {
    z-index: 1060;
}
.ytp-video-box .ytp-video-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.ytp-video-box .ytp-video-box-inner iframe {
    width: 100%;
    height: 100%;
}

.ytp-play-icon-overlay {
    pointer-events: none;
    opacity: 0;
    width: 62px;
    height: 44px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="64" height="64" viewBox="0 0 24 24"%3E%3Cpath fill="red" fill-rule="evenodd" d="M9.522 15.553V8.81l6.484 3.383l-6.484 3.36ZM23.76 7.641s-.235-1.654-.954-2.382c-.913-.956-1.936-.96-2.405-1.016C17.043 4 12.005 4 12.005 4h-.01s-5.038 0-8.396.243c-.47.055-1.492.06-2.406 1.016C.474 5.987.24 7.641.24 7.641S0 9.584 0 11.525v1.822c0 1.942.24 3.884.24 3.884s.234 1.653.953 2.382c.914.956 2.113.926 2.647 1.026c1.92.184 8.16.241 8.16.241s5.043-.007 8.401-.25c.47-.056 1.492-.061 2.405-1.017c.72-.729.954-2.382.954-2.382s.24-1.942.24-3.885v-1.82c0-1.942-.24-3.885-.24-3.885Z"%2F%3E%3C%2Fsvg%3E');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    font-size: 4rem;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 1001;
    background-color: white;
    background-position: -1px -11px;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.ytp-video-overlay {
    position: absolute;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background-size: 100% 100%;
}
