.rv-image.image1{
	height: 700px;
}

.rv-image.image2{
	height: 604px;
}

.rv-image.image1 [data-width],
.rv-image.image2 [data-width] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
	width: 100%;
    height: 100%;
}

.section-ctn[data-n="1"]{
	position: relative;
}

.section-ctn[data-n="1"] > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.section-ctn[data-n="2"] > .inner-ctn{
    transform: translateY(-200px);
	margin-bottom: -200px;

	
}

.section-ctn[data-n="2"] .rv-module.module1{
	width: 80%;
	margin:auto;
}

