.about-section {
  position: relative;
  overflow: hidden;
}

.about-container {
  position: relative;
  z-index: 5;
}

.about-text {
  position: relative;
  z-index: 10;
}

/* Hide the box container completely */
.about-3d-container {
  display: none;
}