* {
  box-sizing: border-box;
}
img {
  width: 100%;
}
.comingsoon {
  padding: 5%;
  text-align: center;
}
.comingsoon_h {
  width: 150px;
  margin: auto;
}
.comingsoon_text {
  margin-bottom: 10%;
}
.policy {
  text-align: left;
}

.igList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.igList__item {
  margin: 0 0 1px;
  padding: 0;
  list-style-type: none;
  width: 33%;
  width: calc( 100% /3 - 0.5px);
  height: 30vw;

}
@media only screen and (min-width: 768px) {
  height: 250px;
}
.igList__item--link {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.igList__item--link img { opacity: 0;}
