@media screen and (any-hover:none)
{		
		.affiche_petite_in::before
		{
			display:none;
		}
		.info
		{
			display:none;
		}
		#lien_xeno_i
		{
	       display: none;	
		}
		#lien_prank_i
		{
	       display: none;	
		}
		
}

@media screen and (any-hover:none) and (orientation: portrait) and (max-width: 980px)
{
		.grande_affiche.xeno
		{   
		    height: 70vh; 
		    top:15vh;
		}
		.grande_affiche.prank
		{   
		    height: 70vh; 
		    top:15vh;
		}
}