.configurator {
  height: calc(100vh - 104px);
}
.configurator iframe {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

@media (max-width: 767px) {
  section.trustpilot-reviews {
    display: none;
  }
}