@media screen and (max-width:768px){  
  #article{
      width:92%;
      margin:8% auto 0;
  }
}