* { margin:0; padding:0;}
	#slide {
width: 100%;
overflow: hidden;
height: 650px;
margin: auto;
position: relative;
background-color:#efefef;

}
	#slide img {
		
position: absolute;
width:100%;
height: 650px;
z-index: 1;
display: none;
left: 0;
opacity: 0.8;
z-index:8;
}
	#slide p {
z-index:2;
position: absolute;
bottom: 50%;
left: 23%;
width: 100%;
padding: 10px;
font-family: 'Nunito';
font-size: 45px;
color: #fff;
}

#setae {
	position:absolute;
	width:20px;
	left:10px;
	top:50%;
	z-index:9;
}

#setad {
	position:absolute;
	width:20px;
	right:10px;
	top:50%;
	z-index:9;
}

#setae img {
	width:20px;
}

#setad img {
	width:20px;
}

@media (max-width: 720px)
{
  #slide img {
   
    height: 220px;
   }
   
   #slide {

height: 220px;
   }
   
   #slide p {
z-index:10;
position: absolute;
bottom: 50%;
left: 23%;
width: 100%;
padding: 10px;
font-family: 'Nunito';
font-size: 23px;
color: #fff;
}
}