@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 400px) {


.slider {
	
	height:100%;
	
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	text-align: center;
	background-image: url(../images/gliter.png);
	background-repeat: no-repeat;
	 background-size: cover;
	 background-position:center center;
	  background-size:contain;
	
	}
}
@media screen and (min-width: 400px) {


.slider {
	
	height:150px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	border-top-width: .5px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 0px;
	text-align: center;
	background-image: url(../images/gliter.png);
	background-repeat: no-repeat;
	 background-size: cover;
	 background-position:center center;
	  background-size:contain;
	
	}
}
