.product-overview-section {
  padding: 50px 0;
}

.product-overview-section h1 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
}

.product-overview-section .box {
}

.product-overview-section .box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.product-overview-section .box h3 {
  font-size: 18px;
  margin-top: 15px;
}

.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 2;
}

.mobile-video {
  width: 100%;
  max-width: 350px;
  border-radius: 15px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
}

.mobile-video {
  width: 100%;
  max-width: 350px; /* keep mobile look */
  border-radius: 15px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .product-overview-section {
    padding: 20px 0;
  }
  .product-overview-section h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .mobile-video {
    max-width: 100%;
    margin-top: 30px;
  }
}
