#i1, #i2, #i3, #i4, #i5, #i6, #i7, #i8, #i9, #i10, #i11, #i12, #i13, #i14, #i15, #i16, #i17, #i18, #i19, #i20{ display: none;}

/* Slideshow container */
.slideshow-container {
  max-width: 650px;
  position: relative;
  margin: auto;
}

.container{
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
		width: 650px;
		height: 550px;
		padding-bottom: 0px;
	  user-select: none;
		background-color: #1c1c1c;
		border: solid 0px #616161;
		border-radius:0px ; 
	}

	.container .slide_img{
		position: absolute;
		width: 650px;
		height: 550px;
	}
	.container .slide_img img{
		width: 650px;
		height: 550px;
	}

	 .prev, .next{
		width: 10%;
		height: 550px;
		position: absolute;
		top:0; 
		background-color: rgba(88, 88, 88,.2);
		color:rgba(244, 244, 244,.9);
		z-index: 99;
		transition: .45s;
		cursor: pointer;
	}

	.next{right:0px;}
	.prev{left:0px;}
	
	.prev{text-align: center;}
	.next{text-align: left;}

	label span{
		position: absolute;
		font-size: 50pt;
		top: 50%;
	 	transform: translateY(-50%);
	}

	.prev:hover, .next:hover{
		transition: .3s;
		background-color: rgba(88, 88, 89,.8);
		color: #ffffff; 
	}

.container #nav_slide{
	width: 100%;
	bottom: 12%;
	height: 11px;
	position: absolute;
	text-align: center;
	z-index: 99;
	cursor: default;
}

#nav_slide .dots{
	top: -5px;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	transition: .4s;
}

#nav_slide .dots:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.9);
	transition: .25s
}

.slide_img{z-index: -1;}

	#i1:checked ~ #one  ,
	#i2:checked ~ #two  ,
	#i3:checked ~ #three,
	#i4:checked ~ #four ,
	#i5:checked ~ #five ,
	#i6:checked ~ #six ,
	#i7:checked ~ #seven ,
	#i8:checked ~ #eight ,
	#i9:checked ~ #nine ,
	#i10:checked ~ #ten ,
	#i11:checked ~ #eleven ,
	#i12:checked ~ #twelve ,
	#i13:checked ~ #thirteen ,
	#i14:checked ~ #fourteen ,
	#i15:checked ~ #fifteen ,
	#i16:checked ~ #sixteen ,
	#i17:checked ~ #seventeen ,
	#i18:checked ~ #eighteen ,
	#i19:checked ~ #nineteen ,
	#i20:checked ~ #twenty		
	{z-index: 9; animation: scroll 1s ease-in-out;}

	#i1:checked  ~  #nav_slide #dot1,
	#i2:checked  ~  #nav_slide #dot2,
	#i3:checked  ~  #nav_slide #dot3,
	#i4:checked  ~  #nav_slide #dot4,
	#i5:checked  ~  #nav_slide #dot5,
	#i6:checked  ~  #nav_slide #dot6,
	#i7:checked  ~  #nav_slide #dot7,
	#i8:checked  ~  #nav_slide #dot8,
	#i9:checked  ~  #nav_slide #dot9,
	#i10:checked  ~  #nav_slide #dot10,
	#i11:checked  ~  #nav_slide #dot11,
	#i12:checked  ~  #nav_slide #dot12,
	#i13:checked  ~  #nav_slide #dot13,
	#i14:checked  ~  #nav_slide #dot14,
	#i15:checked  ~  #nav_slide #dot15,
	#i16:checked  ~  #nav_slide #dot16,
	#i17:checked  ~  #nav_slide #dot17,
	#i18:checked  ~  #nav_slide #dot18,
	#i19:checked  ~  #nav_slide #dot19,
	#i20:checked  ~  #nav_slide #dot20		
	{ background-color: rgba(255,255,255,.9);}

@keyframes scroll{
	0%{	opacity:.4;}
	100%{opacity:1;}
}		

/* .yt{
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	width: 150px;
	height:50px;
	border: outset #2c2c2c 4px;
	border-radius: 10px;
	text-align: center;
	font-size: 30pt;
	transition: .5s;
}

.yt a{
	text-decoration: none;
	color: #4c4c4c;
	transition: .5s;
}

.yt:hover{
	background: #4c4c4c;
	transition: .3s;
}

.yt:hover a{
	color: #fff;
	transition: .3s;
}
 */
@media screen and (max-width: 685px){
	.container{
		border: none;
		width: 100%;
		height: 0;
		padding-bottom: 55%; 
	}	
	
	label span { font-size: 50pt; }
	
	.prev, .next{
		width: 15%;
	}	
	#nav_slide .dots{
		width: 12px;
		height: 12px;
	}
}
@media screen  and(min-width: 970px){
	.me{ display: none;}
}