section.section-ctn[data-n="1"]{
	min-height: 400px;
}

section.section-ctn[data-n="1"] .rv-module{
    padding: 0px;
}

section.section-ctn[data-n="2"] .rv-image.clickable:not([data-link=""]){
	cursor: pointer;
}

section.section-ctn[data-n="2"],
section.section-ctn[data-n="4"]{
	min-height: 400px;
	display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px 10px;
}

section.section-ctn[data-n="2"] > .inner-ctn,
section.section-ctn[data-n="4"] > .inner-ctn{
	margin: auto;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"],
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"],
section.section-ctn[data-n="3"] {
	position:relative;
}

section.section-ctn[data-n="2"] .rv-image,
section.section-ctn[data-n="3"] .rv-image,
section.section-ctn[data-n="4"] .rv-image{
	height:100%
}

section.section-ctn[data-n="2"] .rv-image .inner-ctn,
section.section-ctn[data-n="3"] .rv-image .inner-ctn,
section.section-ctn[data-n="4"] .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"],
section.section-ctn[data-n="4"] .inner-ctn[data-n="1"],
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"]{
    display:inline-block;
	width: calc(50% - 2px); 
	vertical-align: top;
}*/

section.section-ctn[data-n="4"] .content_ctn {
    position: relative;
    /*height: 100%;
	max-height: 400px;*/
}

/*section.section-ctn[data-n="2"] .content_ctn{
	position: relative;
	min-height: calc(100% - 170px);
	max-height: 400px;
}*/

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,
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .main_img{
	max-height: 400px;
	max-width: 400px;
	
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .rv-image,
section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .main_img{
	clip-path: polygon(25% 0%, 100% 25%, 75% 100%, 0% 75%);
}

section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .rv-image,
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .main_img{
	clip-path: polygon(75% 0%, 100% 75%, 25% 100%, 0% 25%);
}

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;
	border-radius: 50%;
    margin: 10px;
    border-width: 2px;
	border-style: solid;
	box-shadow: 3px 3px 8px;
} 

section.section-ctn[data-n="2"] .inner-ctn[data-n="2"] .images_ctn .rv-image:hover{
	box-shadow: 3px 3px 8px;
}

/*section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn,
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn,
section.section-ctn[data-n="2"] .rv-content,
section.section-ctn[data-n="4"] .rv-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
	width: 90%;
}*/

section.section-ctn[data-n="2"] .rv-content,
section.section-ctn[data-n="4"] .rv-content {
	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,
section.section-ctn[data-n="4"] 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,
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn{
	width: calc(400px - 15px);
    height: calc(400px - 15px);
	margin: auto;
	position: relative;
}
section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn .main_img,
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn .main_img{
    width: 100%;
    height: 100%;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn .main_img:first-child,
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn .main_img:first-child{
	position: absolute;
    top: 0px !important;
    left: -20% !important;
    width: 100%;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn .main_img:last-child,
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn .main_img:last-child{
	position: absolute;
    top: 0px !important;
    left: 20% !important;
    width: 100%;
}

section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn .rv-image, 
section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn .rv-image{
    position: absolute;
    top: 3px !important;
    left: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}

section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn .rv-image:first-child{
	z-index: 2;
}

section.section-ctn[data-n="1"] .rv-module{
    padding: 0px;
}

@media (max-width: 1400px){
	section.section-ctn[data-n="1"] .rv-module > div{
		padding: 0px !important;
	}
	
	section.section-ctn[data-n="2"],
	section.section-ctn[data-n="4"]{
		display: block
	}
}

@media (max-width: 800px) {
	/*section.section-ctn[data-n="3"]{
		max-height: 400px;
	}*/
	
	
	

	/*section.section-ctn[data-n="2"] .content_ctn {
		height: calc(100% - 100px);
	}*/
	section.section-ctn[data-n="2"] .inner-ctn[data-n="2"] .images_ctn {
		max-height: 100px;
	}

	section.section-ctn[data-n="2"] .inner-ctn[data-n="2"] .images_ctn .rv-image{
		display: inline-block;
		width: 80px;
		height: 80px;
		clip-path: circle(40px at center);
	}
	
	section.section-ctn[data-n="2"] .inner-ctn[data-n="1"],
	section.section-ctn[data-n="4"] .inner-ctn[data-n="2"]{
    	display:block;
		width: 100%;
		max-height:200px; 
	}

	section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn,
	section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn{
		height: 200px;
		width: 200px;
	}

	/*section.section-ctn[data-n="2"] .inner-ctn[data-n="1"] .images_ctn .rv-image,
	section.section-ctn[data-n="4"] .inner-ctn[data-n="2"] .images_ctn .rv-image{
		width: 195px !important;
    	height: 195px;
	}*/
}