.tech-slideshow {
  height: 500px;
  width: 5000px;

}

.tech-slideshow > div {
  height: 500px;
  width: 5000px;
  background: url(http://d24wuq6o951i2g.cloudfront.net/img/events/457457890/assets/5947406f.carousel-shadow552.jpg);
  height: 100%;
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 75s linear infinite;
    width: 5000px;

}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}



#footer {display:none;}

