.mtv-popup{cursor:pointer;background:rgba(0,0,0,0);line-height:1;width:80px;height:80px;border:1px solid #fff;color:#fff;border-radius:50%;transition:all .3s ease;outline:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(min-width: 1280px){.mtv-popup{width:104px;height:104px}}.mtv-popup:hover,.mtv-popup:focus-visible{outline:none;background-color:#fff;color:#5a5a5a}.mtv-popup__icon{font-size:2.3rem}.mtv-popup__overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;background-color:rgba(0,0,0,.75);z-index:9999;transition:opacity .3s ease}.mtv-popup__overlay--open{opacity:1;pointer-events:auto}.mtv-popup__container{position:relative;width:91.666667%;max-width:800px}.mtv-popup__actions{display:flex;justify-content:flex-end;margin-bottom:8px}.mtv-popup__close{display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;width:40px;height:40px;font-size:1.25rem;border:0;background-color:var(--mtv-global-color-1);color:var(--mtv-global-color-5);transition:opacity .2s ease}.mtv-popup__close:hover,.mtv-popup__close:focus-visible{opacity:.8;outline:none}.mtv-popup__media{width:100%;overflow:hidden;aspect-ratio:16/9;background-color:var(--mtv-global-color-7)}.mtv-popup__media iframe,.mtv-popup__media video{display:block;width:100%;height:100%;border:0}body.mtv-popup-open{overflow:hidden}.mtv-video-section{position:relative;height:95vh}@media(max-width: 550px){.mtv-video-section{height:90vh}}.mtv-video-section__image{width:100%;height:100%;object-fit:cover}.mtv-video-section__overlay{position:absolute;inset:0;display:flex;align-items:end;background:#000;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%)}@media(min-width: 1280px){.mtv-video-section__overlay{align-items:center;background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%)}}.mtv-video-section__content{display:flex}.mtv-video-section__title{color:#fff}@media(min-width: 1280px){.mtv-video-section__title{max-width:45%}}