.vikwallimage-container { 
	display: inline-block;
	width: 100%;
	z-index: 1;
}
.vikwallimage-scroll {
	background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}
.vikwallimage-fixed {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
}
.vikwallimage-mask {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.vikwallimage-desc {
	position: relative;
    z-index: 100;
    color: #fff;
    top: 20%;
}
.vikwallimage-desc h1, .vikwallimage-desc h2, .vikwallimage-desc h3 {
	margin-top: 0;
	font-weight: 400;
}
.vikwallimage-title {
	font-size: 2.6em;
	font-weight: 400;
	margin-bottom: 10px;
}