@media (max-width: 450px) {
  #social-btn-1 ul {
    /*width: 67%;*/
    /*overflow-x: inherit;*/
    position: absolute;
    /*height: 0;*/
    top: 50%;
    left: 30%;
    transform: translate(-20%, -61%);
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    flex-direction: row;
  }
}

@media (min-width: 450px) and (max-width: 800px) {
  #social-btn-1 ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    display: flex;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 800px) {
  #social-btn-1 ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    margin: 0;
    padding: 0;
  }
}

#social-btn-1 ul li {
  list-style: none;
  margin: 0 26px;
}

#social-btn-1 ul li a .fa {
  font-size: 25px;
  color: #262626;
  line-height: 64px;
  transition: .5s;
  padding-right: 20px;
}

#social-btn-1 ul li a span {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  color: #262626;
  letter-spacing: 4px;
  transition: .5s;
}

#social-btn-1 ul li a {
  text-decoration: none;
  display: absolute;
  display: block;
  /*width: 186px;*/
  height: 60px;
  background: #fff;
  text-align: left;
  padding-left: 20px;
  transform: rotate(-30deg) skew(25deg) translate(0,0);
  transition: .5s;
  box-shadow: -20px 20px 10px rgba(0,0,0,.5);
}

#social-btn-1 ul li a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  height: 100%;
  width: 20px;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewY(-45deg);
}

#social-btn-1 ul li a:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -10px;
  height: 20px;
  width: 100%;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewX(-45deg);
}

#social-btn-1 ul li a:hover {
  transform: rotate(-30deg) skew(25deg) translate(20px,-15px);
  box-shadow: -50px 50px 50px rgba(0,0,0,.5);
}

#social-btn-1 ul li:hover .fa {
  color: #fff;
}

#social-btn-1 ul li:hover span {
  color: #fff;
}

#social-btn-1 ul li:hover:nth-child(1) a {
  background: #3b5998;
}

#social-btn-1 ul li:hover:nth-child(1) a:before {
  background: #365492;
}

#social-btn-1 ul li:hover:nth-child(1) a:after {
  background: #4a69ad;
}

#social-btn-1 ul li:hover:nth-child(2) a {
  background: #00aced;
}

#social-btn-1 ul li:hover:nth-child(2) a:before {
  background: #097aa5;
}

#social-btn-1 ul li:hover:nth-child(2) a:after {
  background: #53b9e0;
}

#social-btn-1 ul li:hover:nth-child(3) a {
  background: #dd4b39;
}

#social-btn-1 ul li:hover:nth-child(3) a:before {
  background: #b33a2b;
}

#social-btn-1 ul li:hover:nth-child(3) a:after {
  background: #e66a5a;
}

#social-btn-1 ul li:hover:nth-child(4) a {
  background: #e4405f;
}

#social-btn-1 ul li:hover:nth-child(4) a:before {
  background: #d81c3f;
}

#social-btn-1 ul li:hover:nth-child(4) a:after {
  background: #e46880;
}

