@media (width<=1023px){#schedule-section button.bounce-anim{width:100%!important;height:45px!important;box-shadow:none!important;color:#0000!important;z-index:10!important;border:0!important;border-radius:0!important;justify-content:center!important;font-size:0!important;line-height:0!important;animation:none!important;display:flex!important;left:0!important;transform:none!important}#schedule-section button.bounce-anim:first-child{background:linear-gradient(#fff 15%,#fff0)!important;align-items:flex-start!important;padding:8px 0 0!important;top:0!important;bottom:auto!important}#schedule-section button.bounce-anim:last-child{background:linear-gradient(#fff0,#fff 85%)!important;align-items:flex-end!important;padding:0 0 8px!important;top:auto!important;bottom:0!important}#schedule-section button.bounce-anim:before{content:"";border:solid var(--studio-schedule-header-time);border-width:0 2.5px 2.5px 0;width:10px;height:10px;display:block}#schedule-section button.bounce-anim:first-child:before{animation:2s ease-in-out infinite schedule-cue-up;transform:rotate(-135deg)}#schedule-section button.bounce-anim:last-child:before{animation:2s ease-in-out infinite schedule-cue-down;transform:rotate(45deg)}}@keyframes schedule-cue-up{0%,to{transform:translateY(2px)rotate(-135deg)}50%{transform:translateY(-2px)rotate(-135deg)}}@keyframes schedule-cue-down{0%,to{transform:translateY(-2px)rotate(45deg)}50%{transform:translateY(2px)rotate(45deg)}}
