.Video{position:relative;max-width:var(--layout-max-width-lg);background-position:50%;background-size:cover}.Video,.Video figure{margin:0}.Video__controls{z-index:var(--elevation-level-2-zindex);color:var(--theme-body-color);cursor:pointer}.Video__poster{position:absolute;top:0;left:0;width:100%;height:100%}.Video--inline:not(.Video--embed){aspect-ratio:16/9}.Video--inline:not(.Video--embed) .Video__player{position:absolute;top:0;left:0}.Video--inline:not(.Video--embed) .Video__player embed,.Video--inline:not(.Video--embed) .Video__player iframe,.Video--inline:not(.Video--embed) .Video__player object{width:100%;height:100%}.Video--background{position:static;max-width:none;aspect-ratio:unset}.Video--background .Video__player{position:absolute;top:0;left:0;width:100%;height:100%}.Video--background .Video__player iframe{position:absolute;top:50%;left:50%;width:auto!important;min-width:100%;height:auto!important;min-height:100%;box-sizing:border-box;aspect-ratio:16/9;pointer-events:none;transform:translate(-50%,-50%)}.Video--background .Video__player video{width:100%;height:100%;object-fit:cover}.Video--background.Video--youtube iframe{top:calc(50% + 4rem);min-height:calc(100% + 16rem)}