section.section-ctn[data-n="1"] {
    text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	position:relative;
}

section.section-ctn[data-n="1"] .inner-headings .inner-ctn{
	padding: 5px !important
}


section.section-ctn[data-n="1"]{
    min-width: 150px;
	max-height: 400px;
	overflow:hidden;
}

section.section-ctn[data-n="1"]{
	position:relative;
}

section.section-ctn[data-n="1"] .rv-image{
	height:100%
}

section.section-ctn[data-n="1"] .rv-image .inner-ctn{
    height: 100%;
	width:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.section-ctn > .inner-ctn {
    height: 100%;
    max-height: inherit;
}

/*
section.section-ctn[data-n="1"] .inner-ctn[data-n="1"] .rv-image .inner-ctn{
	background-attachment: fixed;
}*/

section.section-ctn[data-n="1"] .inner-ctn[data-n="2"]{
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	
}

section.section-ctn[data-n="1"] .inner-headings{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 80%;
}