html, body, .slide-animate-container, #slides, #slides .slide {
  width: 100%;
  height: 100%;
  background: #fff;
}

html {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.25vw; /* 480 px breed */
    text-rendering: geometricPrecision;
    line-height: 100%;
    overflow: hidden;
}


p {	 font-size: 1.25vw; font-style: normal;	font-variant: normal; font-weight: normal; line-height: 100%; }
h1 { font-size: 1.25vw; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; }
h2 { font-size: 1.25vw; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; }
h3 { font-size: 1.25vw; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; }
h4 { font-size: 1.25vw; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; }
h5 { font-size: 1.25vw; font-style: normal; font-variant: normal; font-weight: normal; line-height: 100%; }
ul { margin: 0; padding: 0; }
li { line-height: 100%; }

.slide.ng-scope:nth-child(n+2) {
	opacity: 0;
}

/* Tweetbeam sjabloon */
div.iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

#full_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#full_image img {
	width: 100%;
	height: 100%;
}