	.scheda-main{
		width: 100vw;
		height: 100vh;
		position: absolute;
	}

	.scheda-wrap{
		display: flex;
		flex-direction: row;
		position: relative;
	}

	.scheda-wrap>*{
		flex:1;
		height: 100vh;
	}

	.scheda-text{
		display: flex;
		flex-direction: column;
		position: relative;
	}

	.scheda-text-body{
		flex: 1;
		overflow-y: scroll;
		z-index: 10;

	}

	.scheda-text-body ul{
		/*padding: 0;*/
		/*list-style: none;*/
	}

	.scheda-text-body ul li{
/*margin-bottom: 2em;*/

	}
	.scheda-text-body>*{
		margin: 30px;
font-size: 25px;
line-height: 37px;
	}

	.scheda-text-title{
		flex: 0;
		z-index: 10;
	}



	.scheda-gallery{
		position: relative;
		overflow: scroll;
	}

	.bgimg{
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 100%;
	}

/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

  box-sizing: border-box;
}
