.product-image{
	max-width: 400px;
	max-height: 400px;
	object-fit: cover;
}
.product table, th, td {
  border: 1px solid gray;
}
.product tr {
	height: 50px;

}
.product td{
	padding-left: 0.5rem;
}
.service-div1{
	min-height: 630px;
}
.service-div2{
	min-height: 500px;
}




.slide-carousel {
  align-items: center;
  background: #e3e3e3;
  display: flex;
  justify-content: center;
}
@mixin white-gradient {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation :scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  width: 250px;
  padding: 10px 20px;
  max-width: 150px;
  height: auto;
}
.client-img{
  max-height: 100px;
  width: auto;
  margin: auto;
  object-fit: contain;
  display: block;
}



#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.video-content {
  text-align: center;
}
.video-content h1 {
  font-size: 50px;
  color: #fff;
}
.video-content a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  border: 2px solid #fff;
  padding: 14px 70px;
  border-radius: 50px;
  margin-top: 20px;
}
.hero {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
  position: relative;
  /*padding: 0 5%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-video{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;

}
@media(min-aspect-ratio: 16/9){
  .back-video{
    width: 100%;
    height: auto;
  }
}
@media(max-aspect-ratio: 16/9){
  .back-video{
    width: auto;
    height: 100%;
  }
}


.video-container{
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
  position: relative;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
    
/*iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}*/
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
#text{
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sticky-vid {
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 996;
  width: 300px;
  height: auto;
  transition: all 0.4s;
}
.header-skvl-valve{
  margin: auto;
  display: inline-block;
  height: auto;
}
/*.header-skvl-valve img{
  width: 150% !important;
  max-width: 150% !important;
  height: auto;
}*/