@keyframes fadey
{ 
	0% { opacity: 0; }
	15% { opacity: 1; }
	85% { opacity: 1; }
	100% { opacity: 0; }
}
body
{ 
  font-family: Avenir, Arial, sans-serif; 
  margin: 0;
  font-size: 0;
}
figure#slideshow
{ 	
  height: 100%; 
  margin: 0 auto; 
  position: relative; 
  border: 1px solid #fff;
  cursor: pointer;
}
figure#slideshow img
{ 
  position: absolute; 
  top: 0;
  left: 0; 
  height: 100%;
  opacity: 0; 
}
figure#slideshow img:first-child { position: relative; }
#container
{
	height: 100%;
}
#container:fullscreen
{ 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  background: #fff; 
}
#container:-moz-full-screen figure, #container:-ms-full-screen figure, #container:-webkit-fullscreen figure, #container:fullscreen figure
{ 
  height: 100%;
  background: #fff; 
}
:-webkit-full-screen
{ 
ß  height: 100%; 
}
*:-moz-full-screen
{ 
  background: #fff; 
}
*:-webkit-full-screen
{ 
  background: #fff; 
}