/************** Import CSS Reset  *****************/
#projects {
  width:100%;
  height:auto;
  overflow:visible;
  position:absolute;
  z-index:100;
  top:150;
  left:0;
}

#projects .project-items {
  width:100% !important;
  height:auto;
  min-height:600px;
  position:relative;
  margin:0 auto;
}
#projects .project-items .project-item {
  width:100% !important; 
  min-height:auto;
  position:absolute;
  display:none;
}
.project-items .project-item .project-image {
  width:100%; 
  min-height:600px;
  position:relative;
}
.project-image.slide1 {background:url(../example/Banner-1.jpg) center top no-repeat;}
.project-image.slide2 {background:url(../example/Banner-3.jpg) center top no-repeat;}

/* ------- End Home Slider  ------- */

