.ytpl-wrapper {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    aspect-ratio: 16 / 9;
    height: max-content;
}

.ytpl-wrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.ytpl-overlay {
    background: rgba(0,0,0,0.75);
    padding: 30px;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 24px;
}

.ytpl-text {
    margin-bottom: 20px;
}

.ytpl-text a {
    color: #4ea3ff;
    text-decoration: underline;
}

.ytpl-accept {
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s ease;
}

.ytpl-accept:hover {
    background: #cc0000;
}

.ytpl-session {
    margin-bottom: 15px;
}
