
.container-slider{
	width: 100%;
	position: relative;
	text-align: center;
}


/* Media Queries */
@media screen and (max-width: 767px) {

	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

img{
   max-width:100%;
   height:auto;

}