.social-popout{
  height: 38px;
  width: 38px;
  margin: 10px;
  float: left;
  -webkit-transition: all ease 0.5s;
  -moz-tarnsition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  }
  .social-popout img{
  border-radius:50%;
  margin: 8px;
  width: 80%;
  box-shadow:0px 0px 4px 1px rgba(0,0,0,0.8);
  -webkit-transition: all ease 0.5s;
  -moz-tarnsition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  }
  .social-popout img:hover{
  margin: 0px;
  box-shadow:6px 6px4px 4px rgba(0,0,0,0.3);
  }
  .twitter-popout{
  height: 38px;
  width: 38px;
  margin: 10px;
  float: left;
  -webkit-transition: all ease 0.5s;
  -moz-tarnsition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  }
  .twitter-popout img{
  border-radius:50%;
  margin: 8px;
  width: 80%;
  box-shadow:0px 0px 4px 1px rgba(0,0,0,0.8);
  -webkit-transition: all ease 0.5s;
  -moz-tarnsition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  }
  .twitter-popout img:hover{
  margin: 0px;
  box-shadow:6px 6px4px 4px rgba(0,0,0,0.3);
  }
  .google-popout{
  height: 48px;
  width: 48px;
  margin: 10px;
  float: left;
  -webkit-transition: all ease 0.5s;
  -moz-tarnsition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  }
  .google-popout img{
  border-radius:50%;
  margin: 8px;
  width: 100%;
  box-shadow:0px 0px 4px 1px rgba(0,0,0,0.8);
  -webkit-transition: all ease 0.5s;
  -moz-tarnsition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  }
  .google-popout img:hover{
  margin: 0px;
  box-shadow:6px 6px4px 4px rgba(0,0,0,0.3);
  }
    body {
  width: 100%;
  height: 400px;    
  background-image: url("https://1.bp.blogspot.com/-7OAab2L51-A/V44wO0koAvI/AAAAAAAAAIs/ZwC3wcTOOgYpmVIIwMmxbwvd8m8j1ejiwCLcB/s1600/website%2Bbackground.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}