
.dm-player__holder :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em;
}

.video-player-wrapper {
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 32px;
    background: linear-gradient(143deg, #6065F6 23.13%, #8C70FF 104.42%), #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}
.video-player-wrapper:has(.dailymotion-player-root) {
    border-radius: 0;
}
.video-player-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    background-color: #F8F8F8;
    border-radius: 24px;
    background-image: url("../Assets/PlusPlayer.svg"), url("../Assets/PlusPlayer.svg"), url("../Assets/PlusPlayer.svg"), url("../Assets/PlusPlayer.svg"), url("../Assets/DailymotionLogoVector.png");
    background-repeat: no-repeat;
    background-position: 30px 30px, 30px calc(100% - 30px), calc(100% - 30px) 30px, calc(100% - 30px) calc(100% - 30px), bottom 0 left 10px;
}

.dm-player__holder .dailymotion-player-root {
    position: absolute !important;
    left: 0;
    right: 0;
    z-index: 20;
    width: 100%;
}
.text-holder {
    width: auto;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}
.hero-text {
    color: #0D0D0D;
    text-align: center;
    font-family: DailySans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}
.outstanding-text {
    color: #4F3AFD;
    font-size: 14px;
    font-weight: 700;
}