@media screen and (max-width:768px){
  #body .inner .left{
    display: none;
  }
}