@charset "UTF-8";
/*!
	Timeline - v0.0.1
	ilker Yılmaz
	https://github.com/ilkeryilmaz/timeline
 */

.container {
  width:100%;
  margin: 0 auto;
height:500px;
background-color:#191919; 


 }
.timeline-1 .timeline-list {
  width: 100%;
  height: 500px;
 
  }

.timeline-1 .timeline-item  {
  width: 100%;
  height: 200px;
  background: #191919;
  border: none;
  }
 
.gallery{

transition:2s;
	
}

.gallery img{
padding:4px;
	filter:grayscale(100%);
}

.gallery img:hover{

filter:grayscale(0%);
transform:scale(1.1);
}

