.about{background:#000;align-items:center;height:100vh;display:flex}.speaker-container{width:100%;height:100%;display:flex}.about-spacer{flex:1;justify-content:flex-start;align-items:center;display:flex}.about-spacer img{object-fit:contain;width:auto;height:30vh;max-height:90%;transform:scaleX(-1)}.about-images{flex:1;justify-content:flex-end;align-items:center;display:flex;position:relative}.images-container{aspect-ratio:1;justify-content:center;align-items:center;height:90%;display:flex;position:relative}.about-image{object-fit:contain;z-index:10;height:100%}.images-container .wave{z-index:1;border-left:.125rem solid #ffffff8c;border-radius:50%;width:160%;height:160%;animation:5s infinite soundWave;position:absolute;top:50%;left:70%;transform:translate(-50%,-50%)scale(.3)}.images-container .wave:nth-child(2){animation-delay:.5s}.images-container .wave:nth-child(3){animation-delay:1s}.images-container .wave:nth-child(4){animation-delay:1.5s}.images-container .wave:nth-child(5){animation-delay:2s}@keyframes soundWave{0%{opacity:.9;transform:translate(-50%,-50%)scale(.3)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}@media (max-width:768px){.speaker-container{transform-origin:50%;transform:scale(.78)}.about{justify-content:center;overflow-x:hidden}.about-spacer img{display:none}}@media (max-width:480px){.speaker-container{transform:scale(.68)}}
