/* CSS Blanter Mini Slider */ .slide-wrap{margin:30px 0;overflow:hidden;position:relative} .slide-wrap ul li a img{height:309px;width:100%} .blanter-wrap{overflow:hidden;overflow-x:scroll;position:relative;width:100%;height:330px} .slide-wrap ul{position:absolute;list-style:none;padding:0;margin:0} .slide-wrap li{white-space:nowrap;list-style:none;padding:0;margin:0} .slide-wrap iframe{width:100%;height:87%;background:#000} .slide-wrap ul li a{cursor:auto;padding-right:0!important;margin-right:5px;display:inline-block;vertical-align:middle;position:relative;max-width:550px;height:355px;background-position:center;background-repeat:no-repeat;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover} .slide-wrap ul li a.youtube-iframe{width:550px} .slide-wrap ul li a:last-child{margin-right:0} a.right-b{right:0} a.left-b svg,a.right-b svg{width:15px;margin:10px 0 0} a.left-b,a.right-b{position:absolute;top:35%;width:40px;line-height:50px;height:50px;text-align:center;color:#fff;background:#000;opacity:.7;transition:all 0 ease-in-out} a.left-b:hover,a.right-b:hover{opacity:1} .blanter-wrap::-webkit-scrollbar{width:8px;height:8px;border-radius:10px} .blanter-wrap::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1);border-radius:10px} .blanter-wrap::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.6)} .blanter-wrap::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(0,0,0,.4);transition:all 400ms ease-in-out;border-radius:10px}