.banner{margin:0 auto;border-radius:4px;cursor:pointer;}
.slide-container{position:relative;overflow:hidden;width:100%;height:100%;}
.slide-container .slide{float:left;width:100%;height:100%;text-align:center;}
.unslider{position:relative;}
.unslider-arrow{position:absolute;background:transparent no-repeat center;text-indent:-9999em;}
.next,.prev{top: 50%;width: 50px;height: 50px;background: rgb(0 0 0 / 60%);display: flex;border-radius: 50%;text-align: center;margin: -25px 1rem 1rem;}
.prev{left:.6rem;background-image:url(../images/svg/left_arrow.svg);background-position:center;background-repeat: no-repeat}
.prev:hover{background-image:url(../images/svg/left_arrowhover.svg);}
.next{right:.6rem;background-image:url(../images/svg/right_arrow.svg);background-position:center;background-repeat: no-repeat}
.next:hover{background-image:url(../images/svg/right_arrowhover.svg);}
.unslider-nav{position:absolute;bottom:15px;width:100%;}
.unslider-nav>ol{margin:0 auto;}
.unslider-nav>ol:after,.unslider-nav>ol:before{display:table;content:"";}
.unslider-nav>ol:after{clear:both;}
.unslider-nav li{float:left;margin:0 3px;width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#000;text-indent:-999em;cursor:pointer;}
.unslider-nav .unslider-active{background-color:#fc583d;}
.slider{margin:0 auto;}
