#bars {
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.bar {
   background: #ffa53c;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 7px;      
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
       opacity: 0.50;
        height: 3px; 
    }
    100% {
        opacity: 1;       
        height: 24px;        
    }
}

.bar:nth-child(1)  { left: 1px; animation-duration: 374ms; }
.bar:nth-child(2)  { left: 10px; animation-duration: 333ms; }
.bar:nth-child(3)  { left: 19px; animation-duration: 307ms; }
.bar:nth-child(4)  { left: 27px; animation-duration: 358ms; }
.bar:nth-child(5)  { left: 36px; animation-duration: 300ms; }
.bar:nth-child(6)  { left: 45px; animation-duration: 327ms; }

a.st-waves {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.st-awards-wrapper {
    position: absolute; 
    top: 3px; 
    right: 0; 
    z-index: 100;
}

.st-awards-wrapper .st-award {
    padding-left: 3px;
    padding-right: 3px;
}

.st-awards-wrapper .st-award img {
    max-height: 40px;
    width: auto;
}