.social-links-table {
  display: table;
  width: auto;
  margin-top: 20px;
}
.social-links-table .social-links-row {
  display: table-row;
}
.social-links-table .social-links-row .social-links-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.social-links-table .social-links-row .social-links-cell:first-child .social-links-block {
  margin-right: 0;
}
.social-links-table .social-links-row .social-links-cell:last-child .social-links-block {
  margin-left: 0;
}
.social-links-table .social-links-row .social-links-cell .social-links-block {
  width: 180px;
  height: 100px;
  margin: 0 10px;
  font-size: 26px;
  color: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
}
.social-links-table .social-links-row .social-links-cell .social-links-block i {
  padding: 37px 0;
  background-size: 23px;
  min-height: 27px;
  width: 33px;
}
.social-links-table .social-links-row .social-links-cell .social-links-block i.fab.fa-facebook-f {
  background-size: 14px;
}
.social-links-table .social-links-row .social-links-cell .social-links-block i.fab.fa-youtube {
  background-size: 28px;
}
.social-links-table .social-links-row .social-links-cell .social-links-block img {
  padding: 40px 0;
  width: 34px;
  height: 18px;
}
.social-links-table .social-links-row .social-links-cell .social-links-block .social-link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
}
.social-links-table .social-links-row .social-links-cell .social-links-block:hover .social-link-overlay {
  background-color: rgba(255, 255, 255, 0.2);
}
.instagram-link {
  background-color: #3f729b;
}
.facebook-f-link {
  background-color: #3b5998;
}
.linkedin-in-link {
  background-color: #0077B5;
}
.youtube-link {
  background-color: #cd201f;
}
.coursera-link {
  background-color: #4286f5;
}
/**
* LTR Social Links
*/
html[dir="ltr"] .social-links-table .social-links-row .social-links-cell:first-child .social-links-block {
  margin-left: 0;
  margin-right: 10px;
}
html[dir="ltr"] .social-links-table .social-links-row .social-links-cell:last-child .social-links-block {
  margin-right: 0;
  margin-left: 10px;
}
html.mobile .social-links-table,
body.tau-mobile-v2 .social-links-table {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
html.mobile .social-links-table .social-links-row,
body.tau-mobile-v2 .social-links-table .social-links-row {
  display: block;
}
html.mobile .social-links-table .social-links-row .social-links-cell,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell {
  display: inline-block;
  width: 19%;
  height: 55px;
}
html.mobile .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block {
  width: 100%;
  height: 100%;
  margin: 0;
}
html.mobile .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block img,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block img {
  padding: 19px 0 0;
  width: 21.5px;
  height: 11.5px;
}
html.mobile .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block i,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block i {
  padding: 0;
}
html.mobile .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block .fab,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block .fab {
  background-size: 13px;
  margin-top: 13px;
}
html.mobile .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block .fab.fab.fa-facebook-f,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block .fab.fab.fa-facebook-f {
  background-size: 8px;
}
html.mobile .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block .fab.fab.fa-youtube,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block .fab.fab.fa-youtube {
  background-size: 17px;
}
@media (max-width: 340px) {
  html.mobile .social-links-table .social-links-row .social-links-cell,
  body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell {
    margin-left: -1px;
  }
}
