/******************************/
/* Responsive max-width: 55px*/
/******************************/

@media screen and (max-width:550px){
	#global{
		width: 90%;
	}

    #slide figcaption{
		margin-left: 10%;
		top: 30%;
		font-size: 8px;
	}
}

/***************************************************/
/* Responsive min-width: 551px et max-width: 770px*/
/*************************************************/

@media screen and (min-width:551px) and (max-width:770px){
	#global{
		width: 90%;
	}	
	
    #slide figcaption{
		margin-left: 20%;
		top: 30%;
		font-size: 10px;
	}


}

/****************************************************/
/* Responsive min-width: 771px et max-width: 1200px*/
/**************************************************/

@media screen and (min-width:771px) and (max-width:1200px){
    #slide figcaption{
		margin-left: 20%;
		top: 35%;
		font-size: 15px;
	}


}