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