section.section-ctn[data-n="3"] {
	text-align: center;
	max-height: 200px;
}

section.section-ctn[data-n="3"] .inner-headings .inner-ctn {
	padding: 5px !important
}

section.section-ctn[data-n="5"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.section-ctn[data-n="5"],
section.section-ctn[data-n="6"] {
	display: grid;
	grid-template-columns: 50% 50%;
}

section.section-ctn[data-n="7"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: fit-content;
	background-attachment: fixed;
}

section.section-ctn[data-n="5"] .rv-image,
section.section-ctn[data-n="6"] .rv-image {
	height: 100%
}

section.section-ctn[data-n="5"] .rv-image .inner-ctn,
section.section-ctn[data-n="6"] .rv-image .inner-ctn {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.section-ctn[data-n="6"] .rv-image video {
	height: 100%;
	max-height: inherit;
}

section.section-ctn[data-n="5"] .content_ctn,
section.section-ctn[data-n="6"] .content_ctn {
	width: 90%;
	margin: auto;
}

section.section-ctn[data-n="5"] .rv-image {
	border-radius: 0px 100px 100px 0px;
	height: calc(100% - 20px);
	margin: 10px 0px;
	margin: 10px 0px;
	border: 2px solid white;
	border-left: unset;
	min-height: 400px;

}

section.section-ctn[data-n="5"] .rv-content,
section.section-ctn[data-n="6"] .rv-content {
	width: 80% !important;
	background-color: transparent !important;
	margin: auto;
	height: auto;
}

section.section-ctn[data-n="5"] .rv-content .inner-ctn,
section.section-ctn[data-n="6"] .rv-content .inner-ctn {
	padding-left: 0px;
	padding-right: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	section.section-ctn[data-n="5"] .rv-image video {
		border-radius: 0px 100px 100px 0px;
	}
}

@media (max-width: 1100px) {

	section.section-ctn[data-n="5"] .rv-image,
	section.section-ctn[data-n="6"] .rv-image {
		max-height: 800px;
	}

	section.section-ctn[data-n="5"] .rv-image,
	section.section-ctn[data-n="6"] .rv-image {
		display: block;
		width: 100%;
		min-height: 400px;
	}


	section.section-ctn[data-n="5"],
	section.section-ctn[data-n="6"] {
		grid-template-columns: 100%;
	}

	section.section-ctn[data-n="5"] .rv-image {
		width: 97%;
	}
	

	section.section-ctn[data-n="6"] .rv-image video {
		max-height: 400px;
	}
}


@media (max-width: 550px) {

	section.section-ctn[data-n="5"] .rv-image,
	section.section-ctn[data-n="6"] .rv-image {
		max-height: 400px;
	}

	section.section-ctn[data-n="5"] .rv-image,
	section.section-ctn[data-n="6"] .rv-image {
		min-height: 200px;
	}

	section.section-ctn[data-n="6"] .rv-image video {
		max-height: 200px;
	}
}