#live2d-widget {
       display: none;
 }

@media screen and (min-width: 992px){
      #live2d-widget {
              display:block;
       }
}