.sound-wave{height:50px;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%}.sound-wave .bar{animation-name:wave-lg;animation-duration:.75s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate;background:#f32968;margin:0 1.5px;height:10px;width:1px;border-radius:1px}.sound-wave .bar:nth-child(-n+7),.sound-wave .bar:nth-last-child(-n+7){animation-name:wave-md}.sound-wave .bar:nth-child(-n+3),.sound-wave .bar:nth-last-child(-n+3){animation-name:wave-sm}@keyframes wave-sm{0%{opacity:.35;height:10px}to{opacity:1;height:25px}}@keyframes wave-md{0%{opacity:.35;height:15px}to{opacity:1;height:50px}}@keyframes wave-lg{0%{opacity:.35;height:15px}to{opacity:1;height:70px}}