.showcase-3d-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 30%, #1a2330 0%, #0c1016 70%);
  min-height: 280px;
  border-radius: 8px;
}
.showcase-model-viewer,
.showcase-model-viewer--detail {
  display: block !important;
  width: 100% !important;
  height: 520px !important;
  min-height: 420px !important;
  max-height: 75vh;
  border: 0 !important;
  background: #0c1016;
}
.showcase-3d-wrap--detail { width:100%; min-height:420px; }