.boxbfghbgh {
 position: relative;
 overflow: hidden;
 height: 64px;
}
.boxbfghbgh>div {
 position: absolute;
 top: 0px;
 font-size: 20px;
 margin: 0px;
 padding: 0px;
 animation: rollbfghbgh 4s linear infinite;
 -webkit-animation: rollbfghbgh 4s linear infinite;
}
@keyframes rollbfghbgh {
 from {top: 24px; left: -32px; transform: rotate(0deg);}
 to {top: 24px; left: 100%; transform: rotate(1800deg);}
}
@-webkit-keyframes rollbfghbgh {
 from {top: 24px; left: -32px; -webkit-transform: rotate(0deg);}
 to {top: 24px; left: 100%; -webkit-transform: rotate(1800deg);}
}