.social {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin: 0;
    position: absolute;
    bottom: 28px;
}

.social img {
    height: 50px;
    width: 50px;
}

a {
    padding: 1em;
}

@media only screen and (max-device-width: 1080px) {
    .social img {
        height: 70px;
        width: 70px;
    }
  }
