/*
Theme Name: InBusiness TV
Theme URI: http://www.inbusiness.no
Author: Yngve Wikøren Nilsen @InBusiness.no
Author URI: https://no.linkedin.com/in/ywndotno
Description: Tema for infoskjermer
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: universell-utforming, responsivt, fleksibel, layout-bygger
Text Domain: inbusiness
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body {
	margin:0;
	padding:0;
}
#header,
#footer {
	position:fixed;
	width:100vw;
	z-index:999;
}
#header {
	top:0;
}
#footer {
	bottom:0;
}
main#contents {
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	width:100vw;
	height:100vh;
}
.rhino-container {
	height:100vh;
	width:100vw;
}
.rhino-container #slider .rhino-item > div {
	height:100vh;
	width:100vw;
}