.fabric{
  position: relative;
}
.fabric-img{
  width:100%;
}
html,body{
  background: #f6f6f6;
}
.fabric-info{
  position: absolute;
  width:100%;
  background: transparent;
  top:60%;
}
.fabric-info .container{
  background:#fff;
  margin-bottom: 20px;
}
.fabric-information{
  background: #fff;
}
.gaps{
  height:20px;
  background: #f6f6f6;
}
.fabric-title{
  padding:26px;
  text-align: center;
}
.fabric-bg{
  width:100%;
}
.fabric-single{
  color:#666666;
  font-size: 16px;
  padding:20px 0;
  text-indent: 1.5rem;
  line-height: 1.5rem;
}
.fabric .container{
  padding:0px;
}
.fabric li{
  padding:0 15px;
}
.product{
  color:#444444;
  font-size: 24px;
  text-align: center;
  padding:30px 0 20px;
}
.product p{
  color:#9C9C9C;
  font-size: 14px;
  padding-top: 10px;
}
.product-line{
  padding-bottom: 5px;
  border-bottom: 4px solid #216BD1;
}
.product-info{
  color:#fff;
  font-size: 24px;
}
.single-img{
  width:100%;
}
.single-title{
  color:#999999;
  font-size:14px;
  padding:10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fabric-info{
    top:100%;
  }
  .fabric-title{
    padding:20px;
  }
}