.banner{align-items:center;background:var(--primaryBlue);display:flex;justify-content:center;min-height:80vh}.banner .banner__inner{padding:160px 20px 80px;position:relative;width:min(1200px,100%)}.banner .banner__inner h1{font-family:var(--secondaryFont);font-weight:900;text-align:center}.banner .banner__inner .episode-num{font-family:var(--secondaryFont);font-size:clamp(20px,2.75vw,36px);font-weight:500;text-align:center}.banner .banner__inner .return-to-listing{position:absolute;right:10px}.banner .banner__inner .stream{align-items:center;background:#efeeff;border-radius:16px;box-shadow:0 48px 100px 0 rgba(17,12,46,.15);display:flex;justify-content:center;margin:auto;padding:10px 20px;text-align:center;width:fit-content}.banner .banner__inner .stream .stream__text{color:#120e46;margin-right:10px}.banner .banner__inner .stream a{height:35px;margin:5px;width:35px}.banner .banner__inner .stream a img{height:100%;object-fit:contain;width:100%}#episode__embed{margin:auto auto -200px;width:min(880px,100%)}