.svg{
float: left;

 }
 
.svg-wrap:nth-child(2) .svg{
 margin-top: -18px; 
} 

.svg-wrap:nth-child(3) .svg{
 margin-top: -18px; 
}  
.svg-wrap{

width: 10000px;

}	

.svg-container{
	overflow: hidden;
	width: 100%;
}

.svg img{
	width: 100%;
}
