/* <!------------------------product heading----------------------------> */
.video-overlay {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  background: transparent;
  color: white;
}
.product-heading.shrink .video-overlay {
  padding-top: 0px;
  transition: padding 0.4s ease;
  position: relative;
  top: -100px;
  z-index: 2;
}

.product-heading.shrink .product-heading-text h1 {
  font-size: 22px;
  transition: font-size 0.4s ease;
}

.product-heading.shrink .image-position {
  transform: scale(0.5);
  transition: transform 0.4s ease;
}
@media (max-width: 768px) {
  .image-position {
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* <!-------------------product details -------------------> */

.product-background-box {
  width: 100%;
  height: auto;
  background-image: url("../images/LFP/inverter.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-background-box {
    background-position: -160px center;
    padding: 48px 0 !important;
  }
}
@media (max-width: 1200px) {
  .product-background-box {
    background-image: none;
    background-color: #fff;
    height: auto;
  }

  .product-details {
    padding: 0;
    background-color: #fff;
  }
  .product-text {
    margin: 0 !important;
  }
  .product-mobile-img {
    max-width: 90% !important;
    height: auto;
    margin: 0 auto;
  }

  .product-img-wrapper {
    display: block;
  }
  .product-text p {
    padding: 48px 22px 0 22px;
  }
  .mobile-image {
    display: block;
  }
  .web-image {
    display: none;
  }
}
/* <!----------------------specifications ---------------------------> */
.specification-image {
  max-width: 342px;
  max-height: 332px;
  width: 100%;
  height: auto;
}
.carousel {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
