#socialNetwork {
  margin-top: 30px;
}
.footer-button {
  width: 120px;
}
#footer-buttons > div:first-child > a > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #socialNetwork {
    margin-top: 10px;
  }
  div#footer-buttons img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  #footer-buttons div.footer-button a {
    font-size: 1.2em;
  }
  .footer-button {
    width: 70px;
  }
  .footer-button > a > img {
    height: 33px!important;
    /*width: auto!important;*/
    display: inline-block !important;
    padding: 0%;
    margin-top: 10px;
  }
  #footer-buttons div.footer-button {
    padding: 2vh;
    height: auto;
    border-top: 1px solid #c5c8db;
    background-image: unset;
  }
  #footer {
    padding: 0px;
  }
}
/*# sourceMappingURL=footer-buttons.css.map */