@keyframes slide-in-out{0%{right:-32px}2.5%{right:0}25%{right:0}27.5%{right:-32px}to{right:-32px}}.widget-wrapper{position:relative;right:-32px;animation-name:slide-in-out;animation-timing-function:ease-in-out;animation-fill-mode:both;animation-iteration-count:infinite}