section#widget_2 {
background: none !important;
}

   @keyframes scroll-up {
       0% {
           bottom: -100%;
       }

       100% {
           bottom: 100%;
       }
   }