:root {
    --lbpvg-main-overlay-size: 84px;
    --lbpvg-thumb-overlay-size: 28px;
}

.lbpvg-video-main-cell,
.lbpvg-video-thumb-cell {
    position: relative;
}

.lbpvg-video-main-cell a,
.lbpvg-video-thumb-cell a,
.lbpvg-video-main-cell.lbpvg-video-trigger,
.lbpvg-video-thumb-cell.lbpvg-video-trigger {
    position: relative;
    display: block;
}

.lbpvg-video-main-cell a::after,
.lbpvg-video-main-cell a::before,
.lbpvg-video-thumb-cell a::after,
.lbpvg-video-thumb-cell a::before,
.lbpvg-video-main-cell.lbpvg-video-trigger::after,
.lbpvg-video-main-cell.lbpvg-video-trigger::before,
.lbpvg-video-thumb-cell.lbpvg-video-trigger::after,
.lbpvg-video-thumb-cell.lbpvg-video-trigger::before {
    content: "";
    position: absolute;
    pointer-events: none;
}

.lbpvg-video-main-cell a::after,
.lbpvg-video-main-cell.lbpvg-video-trigger::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--lbpvg-main-overlay-size);
    height: var(--lbpvg-main-overlay-size);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.42);
}

.lbpvg-video-main-cell a::before,
.lbpvg-video-main-cell.lbpvg-video-trigger::before {
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    z-index: 2;
    border-style: solid;
    border-width: 18px 0 18px 28px;
    border-color: transparent transparent transparent #fff;
}

.lbpvg-thumb-overlay-enabled .lbpvg-video-thumb-cell a::after,
.lbpvg-thumb-overlay-enabled .lbpvg-video-thumb-cell.lbpvg-video-trigger::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--lbpvg-thumb-overlay-size);
    height: var(--lbpvg-thumb-overlay-size);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.42);
}

.lbpvg-thumb-overlay-enabled .lbpvg-video-thumb-cell a::before,
.lbpvg-thumb-overlay-enabled .lbpvg-video-thumb-cell.lbpvg-video-trigger::before {
    left: 50%;
    top: 50%;
    transform: translate(-30%, -50%);
    z-index: 2;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
}

.lbpvg-inline-video-wrap,
.lbpvg-inline-video {
    display: block;
    width: 100%;
    height: auto;
}

.lbpvg-inline-video-wrap {
    position: relative;
    width: 100%;
}

.lbpvg-inline-video-wrap video {
    width: 100%;
    height: auto;
    display: block;
}

.lbpvg-inline-video-wrap .lbpvg-inline-iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    border: 0;
}
