.bar_content{width:100%;height:50px;animation:move 30s linear infinite}.feature_image{width:100%;height:100%;animation:feature 20s linear infinite}@keyframes move{0%{transform:translateX(130%)}to{transform:translateX(-150%)}}@keyframes feature{0%{transform:translateX(120%)}to{transform:translateX(-140%)}}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background-color:#127d77}.p-carousel .p-carousel-indicators .p-carousel-indicator button{border-radius:100%;width:16px;height:16px;margin-top:20px}