section.section-ctn[data-n="1"] .rv-module{
    padding: 0px;
}

section.section-ctn[data-n="2"]{
	min-height: 400px;
	overflow:hidden;
	display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px 10px;
}

section.section-ctn[data-n="2"] > .inner-ctn{
	position:relative;
	margin: auto;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"],
section.section-ctn[data-n="3"] {
	position:relative;
}

section.section-ctn[data-n="2"] .rv-image,
section.section-ctn[data-n="3"] .rv-image{
	height:100%
}

section.section-ctn[data-n="2"] .rv-image .inner-ctn,
section.section-ctn[data-n="3"] .rv-image .inner-ctn{
    height: 100%;
	width:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


section.section-ctn[data-n="3"]{
	height: fit-content;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*section.section-ctn[data-n="2"] .inner-ctn[data-n="1"],
section.section-ctn[data-n="2"] .inner-ctn[data-n="2"]{
    display:inline-block;
	width: calc(50% - 2px); 
	vertical-align: top;
}*/

/*section.section-ctn[data-n="2"] .content_ctn{
	position: relative;
	height: 100%;
}*/

section.section-ctn[data-n="2"] .inner-ctn[data-n="2"] .images_ctn{
	max-height: 150px;
	text-align: center;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .main_img{
	height: 100%;
	width: 100%;
	clip-path: polygon(25% 0%, 100% 25%, 75% 100%, 0% 75%);
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="2"] .images_ctn .rv-image{
	display: inline-block;
	width: 150px;
	max-height: inherit;
	clip-path: circle(75px at center);
	margin: 10px;
} 

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn,
section.section-ctn[data-n="2"] .rv-content{
    position: relative;
    /*top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;*/
	width: 90%;
	margin: auto;
}

section.section-ctn[data-n="3"] .rv-content{
	width: 80%;
	margin: auto;
	background: transparent !important;
}

section.section-ctn[data-n="2"] div.rv-content > div.inner-ctn{
	padding: 0px !important
}

/*section.section-ctn > .inner-ctn {
    height: 100%;
    max-height: inherit;
}*/

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn{
	width: 400px ;
    height: 400px;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn .main_img:first-child{
	position: absolute;
    top: 0px !important;
    left: -20% !important;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn .main_img:last-child{
	position: absolute;
    top: 0px !important;
    left: 20% !important;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .rv-image{
    position: absolute;
    top: 3px !important;
    left: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
	clip-path: polygon(25% 0%, 100% 25%, 75% 100%, 0% 75%);
}

@media (max-width: 1400px){
	section.section-ctn[data-n="1"] .rv-module > div{
		padding: 0px !important;
	}
	
	section.section-ctn[data-n="2"]{
		display: block;
	}
}

@media (max-width: 800px) {
	section.section-ctn[data-n="2"]{
		min-height: 400px;
		display: block;
	}
	
	section.section-ctn[data-n="2"] .inner-ctn[data-n="1"],
	section.section-ctn[data-n="2"] .inner-ctn[data-n="2"]{
    	display:block;
		width: 100%;
		height: fit-content;
	}

	section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn{
		height: 200px;
		width: 200px;
	}

	/*section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn .rv-image{
		width: 195px !important;
    	height: 195px;
	}*/

}