.hero-wrapper {
  width: auto;
}
.hero-wrapper img{
  width: auto;
}
.product-info-container .section-header-wrapper {
  background: #f2f2f2;
}
.slick-slide img{
  padding: 0 20px;
}
.main-gallery {
  background: #000;
  padding-bottom: 20%; /* gallery height has percentage of width */
  height: 620px;
}
.feature-gallery {
  background: #000;
  padding-bottom: 20%; /* gallery height has percentage of width */
  height: 620px;
}

/* inherit size from gallery */
.feature-gallery .flickity-viewport {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gallery-cell {
  width: 66%;
  height: 100%; /* inherit height from gallery */
  margin-right: 10px;
  background: #000;
  counter-increment: gallery-cell;
}
.gallery-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
          transition: opacity 0.3s, transform 0.3s, filter 0.3s;
   width: 100%;
}

/* brighten selected image */
.gallery-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #a6a6a6;
  border-radius: 50%;
  filter: none;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #595959;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #fff;
  border: 1px solid #595959;
}

@media (max-width: 768px) {
.hero-wrapper img {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  }
.feature-gallery {
  height: 215px;
  }
}
@media (min-width: 1700px) {
.img-crop-center {
  text-align:left;
  }
}