* {
  font-size: 16px;
}

#pageTitle h1:before {
  background-image: url("/img/logo/instagram.png");
  background-size: 10px;
  margin-right: 5px;
}

#styleContainer {
  width: 100%;
}

#styleContainer div {
  width: 100%;
}

#styleContainer div ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  list-style: none;
}

#styleContainer div ul li {
  width: 30%;
}

#styleContainer div ul li a {
  width: 98%;
  margin: 1%;
  display: block;
}

#styleContainer div ul li a img {
  width: 100%;
}
