.listing-video-show-c-main-container{position:fixed;inset:0;background:var(--color-background);padding-top:70px;padding-bottom:50px;display:flex;width:100%;height:100%;scrollbar-width:none;-ms-overflow-style:none;overflow-y:scroll;z-index:2000;flex-direction:column;gap:30px}.listing-video-show-header-container,.listing-video-show-videos-container{display:flex;flex-direction:column;gap:20px}.listing-video-show-video-wrapper{display:flex;position:relative;background-color:var(--color-background);height:fit-content;width:100%;align-items:center;justify-content:center;overflow:hidden}.listing-video-show-video-wrapper video{width:100%;height:auto;max-height:70vh;object-fit:contain}