.scrolly-article {
    background: transparent !important;
}

.aghplacementany {
	min-height: calc(100vh - 75px) !important;
	max-height: calc(100vh - 75px) !important;
	height: calc(100vh - 75px) !important;
	position: absolute;
	z-index: 900;
	top: 0;
	opacity: 0;
	transition: opacity 0.4s linear;
}

div.scrolly-article .scrolly-article-wrapper .aghplacementany.agportrait {
    width: 100% !important;
}

.scrollama-container p.Caption, .scrollama-container p.Source {
    display: none !important;
}

.aghplacementmiddle .crop_container {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.aghplacementany.is-active {
	opacity: 1 !important;
}
.scrollama-container {
	height: 100%;
	width: 100vw;
	position: relative;
	display: flex;
	flex-flow: column;
	min-width: 100vw;
	margin-bottom: var(--large);
}
.scrollama-container + h2 {
    margin-top: 0 !important;
}
.scrollama-image-container {
	position: sticky;
	top: 75px;
	height: calc(100vh - 75px);
	overflow: hidden;
	margin-bottom: 2rem;
	z-index: -1;
}

.transparent-step {
	opacity:0;
	width: 100%;
	height: 100vh;
	margin-top: calc(-100vh + 75px);
}

.scrollama-image-container > .aghplacementany:not(:first-child) {
	opacity: 0;
}
.scrollama-container > .vinjetti, .paikkata {
    text-align: left;
    z-index: 910;
    margin-bottom: 100vh !important;
    color: #fff;
    position: relative;
    background: #868686b3 !important;
    width: fit-content;
    display: flex !important;
    align-self: center;
    padding: 12px !important;
    font-weight: 400;
    font-size: 1.3em;
    border-radius: 4px;
    font-family: "Open Sans";
    line-height: 1.3;
    max-width: 700px !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    backdrop-filter: blur(2px);
    justify-content: center;
}

.blur-frame {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
}

.blur-frame p {
       position: absolute;
       left: calc(50% - 35px);
       top: calc(50% + 75px);
       font-family: "Lato",sans-serif;
       font-weight: 400;
       color: #0a0a0a;
       text-align: center;
       width: 75px;
}

.blur-frame .spinner {
       position: absolute;
       left: calc(50% - 35px);
       top: 50%;
       height: 75px;
       width: 75px;
       margin:0px auto;
       -webkit-animation: rotation .6s infinite linear;
       -moz-animation: rotation .6s infinite linear;
       -o-animation: rotation .6s infinite linear;
       animation: rotation .6s infinite linear;
       border-left: 6px solid var(--bg-color8);
       border-right: 6px solid var(--bg-color8);
       border-bottom: 6px solid var(--bg-color8);
       border-top: 6px solid var(--bg-color1);
       border-radius:100%;
 }

@media (min-width: 768px) {

	.scrolly-article div.aghplacementany .crop_container {
		min-height: inherit !important;
		max-height: inherit !important;
		height: inherit !important;
		padding-top: 0 !important;
	}

	.scrolly-article div.aghplacementany img.Image {
		min-height: inherit !important;
		max-height: inherit !important;
		height: inherit !important;
		object-fit: cover;
	}

	.article-text-mobile {
	display: none !important;
	}

	.scrolly-article .Image.aghplacementleft, .scrolly-article .Image.aghplacementright {
	width: 40% !important;
	}

}

@media (max-width: 768px) {

	.scrolly-article div.aghplacementany .crop_container {
		min-height: inherit !important;
		max-height: inherit !important;
		height: inherit !important;
		padding-top: 0 !important;
	}

	.scrolly-article div.aghplacementany img.Image {
		min-height: inherit !important;
		max-height: inherit !important;
		height: inherit !important;
		object-fit: cover;
	}

	.article-text-desktop {
		display: none !important;
	}

	.scrolly-article div.aghplacementright, .scrolly-article div.aghplacementleft {
	    float: none;
	    margin: 0 0 var(--large) !important;
		width: 100% !important;
	}

	.scrolly-article.article-page p.paikkata, .scrolly-article.article-page p.vinjetti {
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100%;
	}

}