  #post{
    width:100%;
  }
  
  @media screen and (min-width: 600px){
    #post{
      width:520px;
    }
  }