/* ---- FRONT-END ---- */
#rig-img-full-screen-wrapper {
	position: relative;
	width: 100%;
}

#rig-img-full-screen-wrapper img {
	position: relative;
	height: auto;
	width: 100%;
}

#rig-img-full-screen-wrapper .rig-img-full-screen-container .rig-image-full-screen-border-top-container {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	max-width: 100%;
	/* transform: rotateY(180deg); */
	z-index: 2;
}

#rig-img-full-screen-wrapper .rig-img-full-screen-container .rig-image-full-screen-border-bottom-container {
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
	max-width: 100%;
	z-index: 2;
}





@media( max-width: 767px ) {
	#rig-img-full-screen-wrapper {
		margin: 0!important;
	}
	
	.page-id-70 #rig-img-full-screen-wrapper {
		margin-bottom: -50px!important;
		margin-top: 0!important;
	}	
}



@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: portrait) {
	  .page-id-70 #rig-img-full-screen-wrapper {
		  margin-bottom: -150px!important;
	  }
}



@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: landscape) {
	  #rig-img-full-screen-wrapper {
		  margin-bottom: 80px!important;
	  }
	  
	  .page-id-70 #rig-img-full-screen-wrapper {
		  margin-bottom: -140px!important;
	  }
}





/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}