.showreel{position:relative;width:100%;height:100svh;background-color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.showreel-container video{width:100%!important;height:100%!important;object-fit:contain;border-radius:inherit;display:block;background-color:#000}.showreel .showreel-container{position:relative;width:100%;height:100%;transform:scale(.75);border-radius:2rem;overflow:hidden;background-color:#000}.showreel-container .volume-icon{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);width:6.5rem;height:6.5rem;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:100%;cursor:pointer;z-index:10}.showreel-container--portrait{width:56.25vh!important;height:100vh!important;max-width:100%}.showreel-container--portrait video{width:100%!important;height:100%!important;object-fit:cover!important}