/* Phone Carousel – Three.js 3D phone carousel container */
.phone-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.phone-carousel canvas {
  display: block;
  width: 100%;
  height: 100%;
}
