.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
}

.insta_open {
  cursor: pointer;
}

.insta_wrap {
  margin: auto;
  background-color: #fff;
  max-width: 800px;
  width: 60vw;
  height: max-content;
  max-height: 397px;
  z-index: 2;
  position: fixed;
  bottom: 20%;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
}

.insta_img {
  width: 40%;
  height: auto;
  padding: 50px 10px 50px 30px;
  object-fit: scale-down;
}

.insta_comment {
  width: 50%;
  padding: 30px 15px 50px 10px;
}

#modalimage {
  display: none;
  z-index: 101;
}

.wrap2 {
  max-width: 1067px;
  margin: 0 auto;
}

#instagram {
  margin: 0 auto;
  margin-left: 20px;
  max-width: 1067px;
}

#instagram li {
  display: inline;
  width: 18%;
  margin-right: 1%;
}

#instagram li img {
  width: 18%;
  margin-bottom: 1%;
}

#instagram li:nth-child(5n) {
  display: inline;
  width: 19%;
  margin-right: 0;
}

#instagram ul {
  margin-left: 40px;
}
