@media only screen and (min-width: 992px){
    html,body, .body-container, .site-content{ 
    	width:100%; height:100%; margin:0;
    }
    .slide .main-item::-webkit-scrollbar, html::-webkit-scrollbar{
        display: none;
    }
    .slide .main-item, html{
      -ms-overflow-style: none;
      scrollbar-width: none;
    }    
    .slide .main-item{
        overflow-x: hidden;
    }
}
.open-menu{z-index:999;}
.ct{
	opacity: 1 !important;
}
.horiz .pane{
	display: block;
}
/*@media(min-width: 768px){
	.spane .main-item{
		overflow-y: hidden !important;
	}
}*/
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.global-icon{
	width:42vw;
}
@media only screen and (max-width: 991px){
	.global-icon{
		width:100vw;
		text-align: unset;
		max-width:450px;
		margin: 0 auto;
	}
	.global-icon canvas{
		right:0!important;
	}
}