#product-tv section {
  margin-bottom: 0;
}

#product-tv .product-introduction {
  text-align: center;
  width: 100%;
  min-height: 100vh;
  background-image: var(--bg-image);
  background-attachment: fixed;
  background-size: cover;
}
#product-tv .product-introduction p {
  margin-bottom: 0;
}
#product-tv .product-introduction img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #product-tv .product-introduction {
    background-attachment: scroll;
  }

  #product-tv .product-introduction img {
    width: 100%;
  }
}