div.thumbnail-container {
  margin-left: 10px;
  max-height: 500px;
  overflow: scroll;
}

.product-section {
  padding-top: 10px;
}

.product-feature {
  border: solid 1px black;
  min-height: 500px;
}

img#feature_image {
  width: 100%;
  height: auto;
}

.product-detail-small {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: top;
  margin-bottom: 1rem;
  height: 200px;
}

div.product-description {
  min-width: 300px;
}

.product-detail-list ul {
  list-style: none;
}

.product-detail-list li {
  list-style: none;
  line-height: 1.2rem;
}

@media (max-width: 768px) {
  .product-section {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .first-phone {
    order: 1;
    min-width: 350px;
  }
  .second-phone {
    order: 2;
    min-width: 350px;
  }
  .third-phone {
    order: 3;
    min-width: 350px;
  }
}/*# sourceMappingURL=product-detail.css.map */