div.en-glance-video {



    --media-title-height: 60px;
    --media-title-color: #000;
    --media-title-bg-color: #f6f6f6;
    --media-title-font-size: clamp(18px, 2vw, 22px);
    --media-title-font-family: inherit;
    --media-title-line-height: inherit;

    --media-video-height: auto;
    --media-video-width: min(600px, calc(100vw ));

}

div.en-glance-video {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: -3px;
    flex-direction: row;
    align-items: stretch;
    gap: 0px;
    /*background: #f6f6f6;*/
    /* background: #f6f6f6; */
    background-image: radial-gradient(circle at 6px 6px, rgba(209, 17, 28, 1), rgba(255, 0, 0, 0) 1px), linear-gradient(90deg, transparent 33.333%, rgba(255, 0, 0, 0) 33.333%, rgba(255, 0, 0, 0) 66.666%), linear-gradient(transparent 33.333%, rgba(255, 0, 0, 0) 33.333%, rgba(255, 0, 0, 0) 66.666%);
    background-size: 6px 6px;
}
div.en-glance-video div.stars{
    display: none;
}
div.en-glance-video div.en-media-title-cont h2.en-page-components-title a{
    padding : 0px;
    text-transform: capitalize;
    color: var(--white);
}

div.en-glance-video div.en-media-title-cont h2.en-page-components-title a br{
    display: inline-block;
}
div.en-glance-video div.en-media-title-cont{
   /*background-color: #f6f6f6;*/
    align-self: center;
    background-color: var(--red3);
    padding: 26px 60px 24px 54px;
    margin-bottom: 0px;
}

div.en-glance-video .en-video-module {

    --video-title-height: var(--media-title-height);
    --video-title-color: var(--media-title-color);
    --video-title-bg-color: var(--media-title-bg-color);
    --video-title-font-size: var(--media-title-font-size);
    --video-title-font-family: var(--media-module-title-font-family);
    --video-title-line-height: var(--media-title-line-height);

    --video-height: var(--media-video-height);
    --video-width: var(--media-video-width);
}

div.en-glance-video div.module-title-1-2{
    margin-top: 50px;
}
@media (max-width: 965px) {

    div.en-glance-video{
        flex-direction:column;
        align-items: center;
        gap: 0px;
    }

    div.en-glance-video div.en-media-title-cont h2.en-page-components-title a br{
        display: none;
    }
    div.en-glance-video div.en-media-title-cont{
        background-color: var(--red3);
        width: 600px;
        padding: 16px 0px 15px 0;
        text-align: center;
        margin-bottom: 0px;
    }
    div.en-glance-video div.module-title-1-2{
        margin-top: 0px ;
    }
}

@media (max-width: 640px) {
    div.en-glance-video {
        --media-video-height: auto;
        --media-video-width: 100vw;
        margin: 50px auto;
    }

    div.en-glance-video .video-player {
        aspect-ratio: 64/36;
        display: flex;
    }

    div.en-glance-video div.en-media-title-cont{
        width: 100%;
    }

    div.en-glance-video h2.en-page-components-title {
        padding: 5px 10px 12px;
    }

    div.en-glance-video h2.en-page-components-title:after {
        bottom: 0;
        left: 10px;
    }
}
@media (max-width: 500px) {
    div.en-glance-video h2.en-page-components-title {
        padding: 0px;
    }
}

@media (max-width: 360px) {


    div.en-glance-video figure {
        height: auto;
        /*aspect-ratio: 1;*/
    }
}



