.animation-container{place-content:center;width:300%;height:40px;margin:auto;display:flex;inset:0}.sound-container{place-content:center;width:50%;height:100%;margin-left:4px;display:flex;position:relative}.animation-container .sound-container>div{border-radius:5px;width:12px;height:100%;margin:0 10px;animation:3s ease-in-out infinite wave;display:inline-block;position:relative}.animation-container .sound-container .rect-2{animation-delay:.1s}.animation-container .sound-container .rect-3{animation-delay:.2s}.animation-container .sound-container .rect-4{animation-delay:.3s}.animation-container .sound-container .rect-5{animation-delay:.4s}.animation-container .sound-container .rect-6{animation-delay:.5s}.animation-container .sound-container .rect-7{animation-delay:.6s}.animation-container .sound-container .rect-8{animation-delay:.7s}.animation-container .sound-container .rect-9{animation-delay:.8s;-webkit-animation-delay:.7s}.animation-container .sound-container .rect-10{animation-delay:.9s}.animation-container .sound-container .rect-11{animation-delay:1s}.animation-container .sound-container .rect-12{animation-delay:1.1s}.animation-container .sound-container .rect-13{animation-delay:1.2s}.animation-container .sound-container .rect-14{animation-delay:1.3s}.animation-container .sound-container .rect-15{animation-delay:1.4s}.animation-container .sound-container .rect-16{animation-delay:1.5s}@keyframes wave{0%,to{background:#fff;transform:scaleY(3)}16.67%{background:#fff;transform:scaleY(2)}33.33%{background:#fff;transform:scaleY(2)}50%{background:#fff;transform:scaleY(2)}66.67%{background:#fff;transform:scaleY(2)}83.34%{background:#fff;transform:scaleY(2)}}@media (width<=768px){.animation-container,.sound-container{width:100%}.animation-container .sound-container>div{margin:0 5px}.animation-container .sound-container .rect-8,.animation-container .sound-container .rect-9,.animation-container .sound-container .rect-10,.animation-container .sound-container .rect-11,.animation-container .sound-container .rect-12,.animation-container .sound-container .rect-13,.animation-container .sound-container .rect-14,.animation-container .sound-container .rect-15,.animation-container .sound-container .rect-16{display:none}}
