html,
body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	/*overflow: hidden;*/
}
.main{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;

	display: 			flex;
	align-items: 		center;
	justify-content:	center;
}

.main.noplaylist{
	background: url(logo.png) center center no-repeat;
}



.default-screensaver{
	background: 		#fff;
	position: 			fixed;
	z-index: 			10000;
	top:				0;
	left:				0;
	right:				0;
	bottom:				0;
	text-align: 		center;
	vertical-align: 	middle;
	opacity: 			0;
	
	display: 			flex;
	align-items: 		center;
	justify-content:	center;
	
	-webkit-transition: all 2s linear 0s;
	-moz-transition: 	all 2s linear 0s;
	-o-transition: 		all 2s linear 0s;
	transition: 		all 2s linear 0s;
}	

.main,
.adv-wrapper,
.adv-wrapper .owl-stage-outer,
.adv-wrapper .owl-stage,
.adv-wrapper .owl-item,
.adv-wrapper .item,
.adv-wrapper .img-responsive{
    height: 100vh;
    object-fit: cover;
}

/*.owl-item.active{
	display: 			flex;
	align-items: 		center;
	justify-content:	center;
}
*/

.default-screensaver.visible{
	opacity: 1; 
}

.default-screensaver img{
	max-width: 100%;
}

.owl-dots,
.owl-nav{
	display: none;
}
.framelogo{
	background: #fff;
	width: 100%;
	height: 100%;
}