Components
63
Accordion Items Basic Hero Basic Map Benefits Grid Contained Content Content Form Content Image Content Parallax Image Cookie Table Cta Blocks Events Example Featured Items Grid Featured Post Flockler Embed Gated Content Hero Slider Image Image Video Content Key Features Key Stats Large Hero Latest Careers Latest Posts List Grid Live Data Location Stack Logo Carousel Market Education Search News Filter News Grid Package Tables Accordion Parallax Benefit Tiles Pdf Footer Post Search Product Buttons Product Data Table Product Finder Cta Product Search Product Spec Search Quote Quote Carousel Regions Banner Related Posts Section Anchors Settle For More Banner Single Column Content Small Cta Banner Speaker Grid Speaker Overview Speakers Split Content Statistic Tiles Statistics Carousel Tabbed Content Table Team Carousel Title Title Content Vacancy Browser Values Video Video Hero

Video

There are no ACF fields assigned to this component.

				
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";

.block-video {
    text-align: center;

    .overline {
        color: var(--color);
    }
}

.video-inner {
    max-width: 60rem;
    margin: 0 auto;
}

.video-item {
    position: relative;
    overflow: hidden;
    display: block;

    img {
        display: block;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
        width: 100%;
    }

    &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba($black, 0.4);
        z-index: 2;
    }

    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        
    }

}
There are is no JavaScript file with this component.
This component is not currently used on any pages.
There are is no readme file with this component.