.ps-carousel-wrapper{position:relative;width:100%;padding:0;margin:0}
.ps-carousel-wrapper .ps-carousel-next,.ps-carousel-wrapper .ps-carousel-prev{position:absolute;top:45%;margin-top:0;cursor:pointer;min-width:20px;height:35px;z-index:10;color:rgba(153,153,153,0);background:url(https://www.pluralsight.com/etc.clientlibs/pluralsight/clientlibs/clientlib-main/resources/images/tp-arrow-sprite.png) no-repeat no-repeat;opacity:0;transition:opacity .3s ease}
@media only screen and (max-width:860px){.ps-carousel-wrapper .ps-carousel-next,.ps-carousel-wrapper .ps-carousel-prev{display:none !important}
}
.ps-carousel-wrapper .ps-carousel-next:hover,.ps-carousel-wrapper .ps-carousel-prev:hover{opacity:1;transition:opacity .3s ease}
.ps-carousel-wrapper .ps-carousel-next:before,.ps-carousel-wrapper .ps-carousel-prev:before{content:"" !important}
.ps-carousel-wrapper:hover .ps-carousel-next,.ps-carousel-wrapper:hover .ps-carousel-prev{opacity:.8;transition:opacity .3s ease}
.ps-carousel-wrapper .ps-carousel-prev{left:5%;background-position:0 0}
.ps-carousel-wrapper .ps-carousel-prev:hover{background-position:0 -40px}
.ps-carousel-wrapper .ps-carousel-next{right:5%;background-position:-30px -40px}
.ps-carousel-wrapper .ps-carousel-next:hover{background-position:-30px 0}
.ps-carousel-wrapper .slick-slider{margin-bottom:0}
.ps-carousel-wrapper .ps-carousel{position:relative}
.ps-carousel-wrapper .ps-carousel .slick-dots{bottom:20px;border-radius:10px;left:50%;padding:4px;position:absolute;transform:translateX(-50%);z-index:999;white-space:nowrap;width:100%;margin:0;text-align:center}
.ps-carousel-wrapper .ps-carousel .slick-dots li{background:#aaa;border-radius:9px;display:inline-block;height:6px;list-style-type:none;margin:0 4px;padding:0;transition:background .3s ease;width:25px}
.ps-carousel-wrapper .ps-carousel .slick-dots li:before{display:none}
.ps-carousel-wrapper .ps-carousel .slick-dots li.slick-active{background:#eee}
.ps-carousel-wrapper .ps-carousel .slick-dots button{display:none}
@media only screen and (max-width:800px){.ps-carousel-wrapper .ps-carousel .slick-dots{bottom:3% !important}
}
@media only screen and (max-width:360px){.ps-carousel-wrapper .ps-carousel .slick-dots{display:none !important}
}