#slider {
  width: 100%;
  height:auto;
  border-bottom:1px solid #000;
}

#slider img {
  width: 100%;
  height:auto;
}

.slide { 
	width: 100%;
  	height:auto;
	position: absolute; 
}

.slide-copy {
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	background: 7f7f7f;
	background: rgba(0,0,0,0.5);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

#prev,#next {
  float: left;
  margin-top: 250px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
}

#prev { margin-right: 45%; }

#next { margin-left: 97.5%; }
@media screen and (max-width: 320px) {
	#prev,#next {
	  display:none;
	}
}
@media screen and (max-width: 500px) and (min-width: 321px) {
	.slide-copy {
		width:100%;
		height:auto;
		font-size: 2vw;
	}
	#prev,#next {
	  display:none;
	}
	
}

@media screen and (max-width: 900px) and (min-width:501px) {
	#prev,#next {
	  display:none;
	}
}
@media screen and (max-width: 1000px) and (min-width:901px) {
	#prev,#next {
	  margin-top: 100px;
	}
	#prev { margin-right: 15%; }

	#next { margin-left: 96.5%; }
}
