/* CSS Document */
.socialcontainer {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  display: table;
  padding-top: 25px;
}

.socialcontent img {
  width: 100%;
}

.socialgallery {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.socialgallery li {
  width: 8%;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: 4.34783%;
  display: inline-block;
  opacity: 0.5;
}
.socialgallery li:nth-child(3n + 1) {
  margin-left: 31%;
  margin-right: -100%;
  clear: both;
}
.socialgallery li:nth-child(3n + 2) {
  margin-left: 41%;
  margin-right: -100%;
  clear: none;
}
.socialgallery li:nth-child(3n + 3) {
  margin-left: 51%;
  margin-right: -100%;
  clear: none;
}


