#slideshow { 
    margin: 8vh 0 0 0;
	padding: 0;	
    position: relative;
	width: 100vw; 
    height: 92vh; 	
   
   
}

#slideshow > li { 
    position: absolute; 
	width: 100%; 
    height: 100%; 
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin: 0;
	padding: 0;
    
}

#slideshow > li p	{	position: relative;
							margin: 10%;
							width: 80%;
							height: auto;
							float: left;
							text-align: center;
							color: white;
							font-size: 3rem;
							font-weight: bold;
							font-family: 'Baloo Thambi';
							text-shadow: 1px 1px 0 black;		}

@media all and (max-width: 1000px) and (min-width: 120px) {	

#slideshow { 
    margin: -5vh 0 0 0;
	}


#slideshow > li { 
    background-position: center top;  
}

#slideshow > li p	{		position: relative;
							font-size: 2rem;
							line-height: 120%;
							max-width: 80%;
							overflow: hidden;
							margin: 20% 10% 10% 10%;	}

}