.video-poster-trigger{position:relative;display:block;cursor:pointer;inset:0}.video-poster-overlay{display:flex;place-items:end center;z-index:2;inset:0;color:var(--bs-light,#333);transition:all 250ms ease-in-out;flex-direction:column;justify-content:start;align-items:center;overflow:hidden}.video-poster-play{transition:all 250ms ease-in-out 200ms;opacity:1;position:absolute;left:0;z-index:2;right:0;bottom:0.5rem;display:flex;align-items:center;justify-content:center}
.video-poster-trigger:hover .video-poster-play{opacity:1}.video-poster-info{transition:all 250ms ease-in-out;color:var(--color-primary);text-align:left;width:100%;line-height:1.1;font-size:0.6rem}
.video-poster-trigger:hover .video-poster-info{transform:translateY(0%)}.video-popup .svgicon{color:var(--bs-white,#fff);display:inline-block;width:1.25rem;height:1.25rem;vertical-align:middle;fill:currentColor;stroke:currentColor;filter:drop-shadow(0 1px 2px rgba(0,0,0,0.35))}@media (min-width:768px){#commercials h3.lead{min-height:2.8rem}.video-poster-info{min-height:2.75rem}.video-poster-info br{display:none}}@media (min-width:960px){#commercials h3.lead{min-height:0}.video-poster-info{min-height:2rem}}@media (min-width:1200px){.video-poster-info br{display:initial}}
@media (min-width:1440px){.video-poster-info{min-height:0}}.video-modal{position:fixed;z-index:9999;top:0;bottom:0;left:0;right:0;display:grid;place-items:center}.video-modal__dialog{width:auto;max-width:66vw;max-height:90vh;background:#000;border-radius:0.25rem;overflow:hidden;z-index:10000}
@media (min-width:992px){.video-modal__dialog{min-width:900px}}@media (max-width:640px){.video-modal__dialog{max-width:100vw;max-height:100vh;border-radius:0}}.video-modal__backdrop{position:absolute;background:rgba(0,0,0,.85);top:0;bottom:0;left:0;right:0;backdrop-filter:blur(5px)}.video-modal__body{padding:0}
.video-modal__body video{width:100%;height:auto;max-height:90vh;display:block;background:transparent}.video-modal__close{position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;border-radius:999px;border:0;background:rgba(0,0,0,0.1);cursor:pointer;display:grid;place-items:center;font-family:Arial,Baskerville,monospace;color:#000;font-size:3rem}.video-modal__close:hover{background:rgba(0,0,0,.8);color:#fff}.video-modal-open{overflow:hidden}