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: 5.4vw;
	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: none;
	visibility: hidden;
}

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

