.scrolly-step-img > p,
.scrolly-step-img > div {
	width: 100%;
	max-width: 320px;
	background: white;
	margin: 0 auto 0 auto;
	padding: 18px;
	border-radius: 4px;
	line-height: 1.333;
	/* box-shadow: -webkit-box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 0.3); */
	-moz-box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #5d5d5d;
}

.swiper-container {
	max-width: 100% !important;
}

.scrolly-graphic {
	padding: 0 !important;
}

.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 48px;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fullscreen {
	width: 100% !important;
	height: 100% !important;
	max-height: auto !important;
	object-fit: cover;

}

.center {
	max-width: 50%;
	height: auto;
	/* max-width: 1000px; */
	margin: auto;
	margin-top: 60px;
	padding-left: 25%;
}


/* scrollytelling */

.scrolly {
	position: relative;
}

.scrolly-container {
	position: relative;
	margin: 0 auto;
	padding: 96px 0;
}

.scrolly-steps {
	position: relative;
	margin: 0 auto;
}

.scrolly-graphic {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	width: 100%;
	margin: 0;
}

.scrolly-step {
	margin: 0 auto;
}

.scrolly-step:last-child {
	margin-bottom: 0;
}

.swiper-container figure.uva-graphic[style] {
  margin: 0 auto !important;
  background: var(--arte-background);
}

.swiper-container iframe {
	pointer-events: none;
	user-select: none;
}

.scrolly-graphic {
	padding: 16px;
}

.scrolly-step > div {
	width: 100%;
	max-width: 343px;
	background: #eee;
	margin: 0 auto;
	padding: 16px;
	border-radius: 8px;
	line-height: 1.333;
}

.swiper-container {
	max-width: 1280px;
	width: 100%;
}

@media (max-width: 420px) {
	.center {
		max-width: 100%;
		height: auto;
		margin: auto;
		margin-top: 60px;
		padding-left: 0px;
	}

	.fullscreen {
		max-width: 100%;
		padding: 0px;
	}	
}