.wd-slider{margin:2rem 0}.wd-slider-slide-viewer{position:relative;overflow:hidden;height:600px}.wd-slider-slide-group{width:100%;height:100%;position:relative}.wd-slider-slide{width:100%;height:100%;display:none;position:absolute;overflow:hidden}.wd-slider-slide:first-child{display:block}.wd-slider-slide img{width:auto;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wd-slider-slide-buttons{display:flex;justify-content:center;margin-top:2rem}.wd-slider-slide-button{width:8px;height:8px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#ccc;float:left;transition:background .2s}.wd-slider-slide-button:not( :last-child ){margin-right:12px}.wd-slider-slide-button.active{background:#000}.wd-slider-slide-button:not( .active ):hover{background:#000;opacity:.5;cursor:pointer}