.section--creative-webinar-video{
    position: relative;
}
.section--creative-webinar-video:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: #eeeeee;
    z-index: -1;
    transform: translateX(-50%)
}
.creative-webinar-video__title{
    font-family: var(--font-heading);
}
.creative-webinar-video__embed{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}