.video-wrapper{position:relative}.video-wrapper>video{width:100%;vertical-align:middle}.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls{display:none}.video-overlay-play-button{box-sizing:border-box;width:100%;height:100%;padding:10px calc(50% - 50px);position:absolute;top:0;left:0;display:block;opacity:.95;cursor:pointer;background-image:linear-gradient(transparent,#000);transition:opacity 150ms}.video-overlay-play-button:hover{opacity:1}.video-overlay-play-button.is-hidden{display:none}.video-wrapper{display:grid;grid-template-columns:[start c1-start] 1fr [c1-end c2-start] 4fr [c2-end c3-start] 1fr [c3-end end];grid-template-rows:[start r1-start] 1fr [r1-end r2-start] 3fr [r2-end r3-start] 1fr [r3-end end]}video{grid-column:start/end;grid-row:start/end;z-index:0}.overlay-video-info{display:none;flex-direction:column;justify-content:center;align-items:center;grid-column:start/end;grid-row:start/end;z-index:100;background-color:rgba(207,100,34,0.5)}.overlay-video-info *{color:#fff}.overlay-video-info h2{text-align:center}.overlay-video-info h3{display:flex;justify-content:center}.video-wrapper:hover .overlay-video-info{display:flex}.btn_play{max-width:40px}.showcase h2,.showcase h3{text-shadow:2px 2px 1px rgba(0,0,0,0.5)}