.contentRender_name_plugins_common_video_player {
    position: relative;
    grid-column: span 2;
    grid-row: span 1;
    overflow: hidden;
}

.video-player {
    position: relative;
}

.video-player .title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/includes/client_public/assets/shared/collections/mosaic_hero/mobile-content-section-leaf.svg) no-repeat center left 10px var(--purple);
    padding: 8px 20px 8px 36px;
    color: var(--white) !important;
    border-radius: 25px 25px 0 25px;
    font-family: var(--font-cabin);
    font-size: 1rem;
    font-weight: 400;
    line-height: calc(19.44 / 16);
    z-index: 2;
}

@media (min-width: 40em) {
    .video-player .title {
        background: url(/includes/client_public/assets/shared/collections/mosaic_hero/desktop-content-section-leaf.svg) no-repeat center left 20px var(--purple);
        padding: 20px 28px 16px 55px;
    }
}

@media (min-width: 64em) {
    .video-player .title {
        font-size: 1.125rem;
        line-height: calc(21.87 / 18);
    }
}