.overlay{
  position: inherit;
  content: ""; 
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 94%);
  z-index: 1999;
/*  opacity: 158;*/
}.productsdiv{

  width:100%;

}
.productpartdiv{
  width: 1538px;
  height: 567px !important;
  margin-right: -9px;"
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
/*  filter: blur(8px);
  -webkit-filter: blur(4px);*/
}
.unitydiv{
  color: white;
  position: relative;
  margin-top: -22%;
  text-align: center;
  font-size: 52px;
  width: 100%;
  height: 100%;
  font-weight: 300;
}
.hdiv{
  color: white;
  position: relative;
  margin-top: -17%;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 21px;
}
.homepartdiv{
  text-decoration: none;
  color: white;
}
/////////////////////////////////gallery//////////
.img1div{
  margin-bottom: 12px;
}
.img1partdiv{
  width: 100%;
  height: 253px;
}

@media only screen and (max-width: 1070px) 

{
/*  img*/
  .productsdiv{
    width: 100% !important;
  }
  .productpartdiv{

    width: 112% !important;
    height: 677px !important;

  }
   .unitydiv {
    color: white;
    position: relative;
    margin-top: -101%;
    text-align: center;
    font-size: 36px;
    width: 100%;
    height: 100%;
    font-weight: 300;
  }
  .hdiv {
    color: white;
    position: relative;
    margin-top: -84%;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 21px;
  }
}