.VideoPlayer{position:relative;height:100%;width:100%;overflow:hidden}.VideoPlayer--playing .VideoPlayer__playToggleButton{background-color:rgba(var(--color-bgBase-500),.5)!important}.VideoPlayer--playing .VideoPlayer__fullscreenButton,.VideoPlayer--playing .VideoPlayer__header,.VideoPlayer--playing .VideoPlayer__playToggleButton{opacity:0!important}@media (min-width:640px){.VideoPlayer--playing:hover .VideoPlayer__fullscreenButton,.VideoPlayer--playing:hover .VideoPlayer__header,.VideoPlayer--playing:hover .VideoPlayer__playToggleButton{opacity:1!important}}.VideoPlayer__video{position:relative;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.VideoPlayer__overlay{position:absolute;inset:0;z-index:2;display:flex;cursor:pointer;flex-direction:column;justify-content:space-between;padding:.5rem}@media (min-width:640px){.VideoPlayer__overlay{padding:.75rem}}.VideoPlayer__header{display:flex!important;justify-content:flex-end!important}.VideoPlayer__controls{display:flex;width:100%;flex-direction:column;gap:.375rem}.VideoPlayer__playToggleButton{height:2.25rem!important;width:2.25rem!important;transition-duration:.1s!important}@media (min-width:640px){.VideoPlayer__playToggleButton{height:2.5rem!important;width:2.5rem!important}}.VideoPlayer__fullscreenButton{height:2.25rem!important;width:2.25rem!important;background-color:rgba(var(--color-bgBase-500),.5)!important;transition-duration:.1s!important}@media (min-width:640px){.VideoPlayer__fullscreenButton{height:2.5rem!important;width:2.5rem!important}}.VideoPlayer__progress{line-height:0!important}.VideoPlayer__progress .ant-progress-bg{--tw-bg-opacity:1!important;background-color:rgba(var(--color-primary-500),var(--tw-bg-opacity,1))!important}