.video-playlist{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:100px;margin-bottom:100px;max-width:100vw;display:flex;height:900px}@media screen and (max-width: 1023px){.video-playlist{height:unset}}.video-playlist__inner{max-width:1440px;margin:0 auto;width:100%;display:flex}@media screen and (max-width: 1023px){.video-playlist__inner{flex-direction:column;max-width:600px}}.video-playlist__list{flex-basis:40%;padding:0 40px 0 60px;background-color:#f5f5f5;display:flex;flex-direction:column}@media screen and (max-width: 1023px){.video-playlist__list{padding:30px}}.video-playlist__title{font-size:1.8rem;font-weight:800;margin:100px 0 15px}@media screen and (max-width: 1023px){.video-playlist__title{display:none}}.video-playlist__title-mobile{display:none;margin:0 0 25px;text-align:center}@media screen and (max-width: 1023px){.video-playlist__title-mobile{display:block}}.video-playlist__description{font-size:1rem;margin-bottom:50px;line-height:1.2rem}.video-playlist__video-count{font-size:.75rem;font-weight:800;border-bottom:1px solid #e2e2e2;padding-bottom:15px}@media screen and (max-width: 1023px){.video-playlist__video-count{display:none}}.video-playlist__videos-wrapper{justify-content:stretch;align-items:stretch;overflow-y:auto}@media screen and (max-width: 1023px){.video-playlist__videos-wrapper{padding:0}}.video-playlist__player{position:absolute;top:0;right:0;height:100%;width:100%}.video-playlist__featured{flex-basis:60%;position:relative}.video-playlist__featured .video-playlist-item{flex-direction:column;background-color:#222;cursor:default;margin:0;height:100%;align-items:flex-start;padding:0}.video-playlist__featured .video-playlist-item__cover{width:100%;padding-top:56.25%;position:relative;cursor:pointer}.video-playlist__featured .video-playlist-item__cover img{height:100%;width:100%;position:absolute;top:0;left:0;object-fit:cover}.video-playlist__featured .video-playlist-item__cover-active{transition:background-color .2s ease-in-out}.video-playlist__featured .video-playlist-item__cover-active:hover{background-color:rgba(0,0,0,.6)}.video-playlist__featured .video-playlist-item__text-outer{margin:60px;cursor:default}@media screen and (max-width: 1023px){.video-playlist__featured .video-playlist-item__text-outer{margin:50px 30px}}.video-playlist__featured .video-playlist-item__title{color:#fff;font-size:1.8rem;margin-bottom:15px}@media screen and (max-width: 1023px){.video-playlist__featured .video-playlist-item__title{font-size:1.25rem}}.video-playlist__featured .video-playlist-item__description{display:block;color:#fff;font-size:1rem;margin-top:1rem}.video-playlist__featured .video-playlist-item.active{background-color:#222}.video-playlist__featured--close-button{position:absolute;right:0;top:0;display:none;z-index:5;cursor:pointer;padding:1px 5px 2px;transition:background-color .2s ease-in-out}.video-playlist__featured--close-button:hover{background-color:#cc2900}.video-playlist__featured--close-button svg{height:15px;width:15px;fill:#fff;transform:rotate(45deg)}.video-playlist.player-active .video-playlist__featured--close-button{display:block}.offroad-app .video-playlist__featured--close-button:hover{background-color:#da8300}.backcountry-app .video-playlist__featured--close-button:hover{background-color:#0062d4}
