#instagram {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  overflow: hidden;
}

.instagram_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px 0;
}

.instagram_box img {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 15px 0 0;
}

.instagram_box h2 {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .25em;
  text-align: center;
  margin: 5px 0 0 0;
}

.instagram_box p {
  width: 100%;
  font-size: 1.75rem;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}

.instagram_text {
  font-size: 1.75rem;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
}

.instagram_text span {
  font-weight: 600;
  color: #97abb3;
  margin: 0 5px;
}

#instagram h3 {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  margin: 0 0 30px 0;
}

@media (max-width: 800px) {
  #instagram {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }

  .instagram_box {
    margin: 0 0 10px 0;
  }

  .instagram_box img {
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
  }

  .instagram_box h2 {
    font-weight: 600;
    font-size: 2rem;
  }

  .instagram_box p {
    width: 100%;
    font-size: 1.75rem;
    letter-spacing: .1em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .instagram_text {
    font-size: 1.25rem;
    letter-spacing: 0;
    margin: 0 0 15px 0;
  }

  #instagram h3 {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}

.ecbn-selection-page-wrapper .ecbn-selection-item {
  padding: 10px !important;
}

.vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item>div>a,
.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item>div>a,
.vsm-tile-goods .ecbn-selection-page-wrapper li.ecbn-selection-item>div>a {
  border-radius: 5px !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
  display:none !important;
}

@media screen and (max-width: 800px) {
  .ecbn-selection-page-wrapper .ecbn-selection-item {
    padding: 5px !important;
  }
}