@-webkit-keyframes ha-image-scroller-direction-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes ha-image-scroller-direction-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(5px);transform:translateY(5px)}}@-webkit-keyframes ha-image-scroller-direction-horizontal{0%{-webkit-transform:translateX(0) rotate(90deg);transform:translateX(0) rotate(90deg)}to{-webkit-transform:translateX(5px) rotate(90deg);transform:translateX(5px) rotate(90deg)}}@keyframes ha-image-scroller-direction-horizontal{0%{-webkit-transform:translateX(0) rotate(90deg);transform:translateX(0) rotate(90deg)}to{-webkit-transform:translateX(5px) rotate(90deg);transform:translateX(5px) rotate(90deg)}}.ha-image-scroller-wrapper{position:relative;overflow:hidden}.ha-image-scroller-wrapper .ha-image-scroller-badge{position:absolute;top:0;left:0;z-index:2;margin:20px;padding:10px 18px;border-radius:50px;background-color:#fff;font-size:12px;line-height:1}.ha-image-scroller-wrapper .ha-image-scroller-indicator-icon{position:absolute;top:50%;left:50%;z-index:5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;background:rgba(2,2,2,.3);color:#fff;text-align:center;font-size:81px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ha-image-scroller-wrapper .ha-image-scroller-indicator-icon i{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.ha-image-scroller-wrapper.ha-image-scroller-vertical .ha-image-scroller-indicator-icon i{-webkit-animation-name:ha-image-scroller-direction-vertical;animation-name:ha-image-scroller-direction-vertical}.ha-image-scroller-wrapper.ha-image-scroller-horizontal .ha-image-scroller-indicator-icon i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-name:ha-image-scroller-direction-horizontal;animation-name:ha-image-scroller-direction-horizontal}.ha-image-scroller-wrapper:hover .ha-image-scroller-indicator-icon{display:none}.ha-image-scroller-wrapper .ha-image-scroller-container{position:relative;display:block;overflow:hidden;margin:0;padding:0;width:100%;height:300px;-webkit-transition:all .3s;transition:all .3s}.ha-image-scroller-wrapper .ha-image-scroller-container img{margin:0;padding:0;border:0;border-radius:0;-webkit-transition:all .3s;transition:all .3s}.ha-image-scroller-wrapper.ha-image-scroller-trigger-hover .ha-image-scroller-container img{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.ha-image-scroller-wrapper.ha-image-scroller-trigger-scroll .ha-image-scroller-container{overflow:auto;line-height:0}.ha-image-scroller-wrapper.ha-image-scroller-vertical .ha-image-scroller-container img{max-width:100%;width:100%;height:auto}.ha-image-scroller-wrapper.ha-image-scroller-horizontal .ha-image-scroller-container img{max-width:unset;width:auto;height:100%}a.ha-image-scroller-wrapper{display:block}/** Widgets: image-scroller **/