body {}

/*************************************************** CONTENT ***************************************************/

content {
	width: 100%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

content .ins {
	padding: 10px 20px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

/************************************************** MISC **************************************************/

#vegasSliderInner {
	text-align: center;
	margin: 0 auto;
	font-size: 8vw;
	font-weight: 900;
	width: 100%;
	max-width: 1200px;
	height: 100vh;
	line-height: 1.25em;
	color: #fff;
	text-shadow: 4px 4px 4px #000;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 130;
}

#vegasSliderInner span {
	display: block;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

#vz {
	display: block;
	visibility: visible;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -100;
}

.msho {display: block !important;}
.dsho {display: none !important;}
