.pdp-360-iframe {
  height: 70vh;
}
@media only screen and (max-width: 768px) {
  .pdp-360-iframe {
    height: 40vh;
  }
}