.streamAccordion{width:calc(100% + 24px);background:rgba(0,0,0,.2);overflow:hidden;display:flex;align-items:center;justify-content:center;transform:translate(-12px,10px)}.streamAccordion.show{animation:slideDown .5s ease forwards}.streamAccordion.hide{animation:slideUp .5s ease forwards}@media (max-width:1024px){.streamAccordion{width:calc(100% + 12px);transform:translateY(10px);margin-bottom:12px}}@keyframes slideDown{0%{height:0}to{height:282px}}@keyframes slideUp{0%{height:282px}to{height:0}}