@media screen and (max-width: 600px) {
  body {
    background-color: olive;
  }
  
  #social-widget{
      display:none;
  }
}