/*
	headerwrapper is set to 0 because for some reason ,
	us hiding the slideshow_container since its empty is 
	messing with this positioning.
*/
.headerWrapper {
	top : 0;
}
.slideshow_container:empty { display: none }


/* debug styles for later use */
.essay-v2--debug-mode .essay-v2--scroll-effect-fade-in-out-fixed {
	border:1px solid seagreen;
}
.essay-v2--debug-mode .essay-v2--scroll-effect-slide-in-out-text-on-solid {
	border:1px dashed orangered;
}
.essay-v2--debug-mode .essay-v2--scroll-effect-parallax {
	border:1px dotted aqua;
}
/* end debugging styles */


.essay-v2 {
	min-height: 100vh;
	position: relative;
	/* Commenting this out so that box shadow doesnt
	   get hard lines on top where there is no padding
	   Not sure if this will impact other settings ¯\_(ツ)_/¯
	*/
	/* overflow: hidden; */
}
.essay-v2--mixed-content {
	min-height: auto;
}
.clear {
	clear: both;
}
.visibility{
	position: absolute;
	width: 100%;
	height: 100px;
	pointer-events: none;
}

.top-visibility {
	top: 0;
}

.bottom-visibility {
	bottom: 0;
}

.essay-v2__asset-container {
	min-height: 100vh;
	width: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.essay-v2__content-container {
	position: relative;
	margin: 0 10%;
	padding-top: 20vh;
	padding-bottom: 20vh;
}

.essay-v2--mixed-content .essay-v2__content-container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.contentRender_name_plugins_nav_custom_essay_v2_content .essay-v2__content-container {
	/* allow full width items inside the content panel */
	margin-left: 0;
	margin-right: 0;
}

.contentRender_name_plugins_nav_custom_essay_v2_content .wrapper-width-50  .essay-v2__content-container {
	max-width: 50%;
}

.contentRender_name_plugins_nav_custom_essay_v2_content .wrapper-width-75  .essay-v2__content-container {
	max-width: 75%;
}

.contentRender_name_plugins_nav_custom_essay_v2_content .wrapper-width-100  .essay-v2__content-container {
	max-width: 100%;
}

.contentRender_name_plugins_nav_custom_essay_v2_content .wrapper-alignment-left  .essay-v2__content-container {
	margin-right: auto;
}

.contentRender_name_plugins_nav_custom_essay_v2_content .wrapper-alignment-right  .essay-v2__content-container {
	margin-left: auto;
}

.contentRender_name_plugins_nav_custom_essay_v2_content .wrapper-alignment-center  .essay-v2__content-container {
	margin: 0 auto;
}

.essay-v2__content-container > .contentRender_name_plugins_core_textbox {
	max-width: 560px;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}

.essay-v2__content-container > .contentRender_name_plugins_core_textbox *:not(a) {
	color: inherit;
}

.essay-v2__content-container > .contentRender_name_plugins_core_textbox p:last-child {
	margin-bottom: 0;
}

.essay-v2__quickview-link span::after {
	font-family: 'FontAwesome';
	content: "\f06e";
	display: inline-block;
	margin-left: 6px;
	font-weight: normal;
	font-size: 0.8em;
}

.essay-v2__video {
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

.essay-v2__content-container .spinner {
	display: none;
	position: fixed;
	z-index: 9999;
	top:35%;
	right: 49%;
}
.essay-v2__quickview-link span {
	display: inline-block;
	text-decoration: underline;
}

/* mobile-first text styles */

.essay-v2.essay-v2:not(.essay-v2--mixed-content) p {
	line-height: 1.3;
}
.essay-v2.essay-v2:not(.essay-v2--mixed-content) h1 {
	line-height: 1;
}
.essay-v2.essay-v2:not(.essay-v2--mixed-content) h2 {
	line-height: 1.1;
}
.essay-v2.essay-v2:not(.essay-v2--mixed-content) h3 {
	line-height: 1.1;
}
.essay-v2.essay-v2:not(.essay-v2--mixed-content) h4 {
	line-height: 1.1;
}
.essay-v2.essay-v2:not(.essay-v2--mixed-content) h5 {
	line-height: 1.1;
}
.essay-v2.essay-v2:not(.essay-v2--mixed-content) h6 {
	line-height: 1.1;
}

/* audio for autoplay */
.essay-v2 .controls:not(.sv-custom-video-player .controls) {
	display: none;
}

.essay-v2.show-speaker .controls:not(.sv-custom-video-player .controls) {
	position: absolute;
	bottom: 20px;
	background-color: rgba(125,125,125,0.4);
	z-index: 1;
	left: 20px;
	cursor: pointer;
	color: #FFF;
	font-size: 50px;
	width: 65px;
	border-radius: 50%;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #FFF;
	line-height: 72px;
}
.essay-v2.show-speaker .controls .fa-volume-up {
	display: none;
}
.essay-v2.show-speaker .controls.unmuted .fa-volume-up {
	display: inline-block;
}
.essay-v2.show-speaker .controls.unmuted .fa-volume-off {
	display: none;
}
.essay-v2 .essay.credits-container {
	display: none;
	position: fixed;
}
.essay-v2.active-panel .essay.credits-container {
	display: block;
}
.content-panel-visible .essay-v2.active-panel .essay.credits-container {
	display: none;
}
.credit-override.content-panel-visible .essay-v2.active-panel .essay.credits-container {
	display: block;
}
.footer-visible .essay-v2.active-panel .credits-container .credits .credits-toggle {
	display: none;
}

/* desktop only styles */
@media (min-width: 768px) {
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) p {
		font-size: 24px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h1 {
		font-size: 65px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h1.longer-title {
		font-size: 50px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h2 {
		font-size: 40px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h3 {
		font-size: 36px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h4 {
		font-size: 34px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h5 {
		font-size: 32px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h6 {
		font-size: 28px;
	}
	
	/* begin: t470516 Text Background alternative (scrolling essay feature) */
	.essay-v2--opacity-line-desktop .contentRender_name_plugins_core_textbox .essay-text {
		display: inline;
		padding: 5px 0;
		/*-wekbit-box-decoration-break: clone;*/
		box-decoration-break: clone;
	}
	.essay-v2.essay-v2--opacity-line-desktop:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h1 {
		line-height: 85px;
	}
	.essay-v2.essay-v2--opacity-line-desktop:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h2 {
		line-height: 55px;
	}
	.essay-v2.essay-v2--opacity-line-desktop:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h3 {
		line-height: 60px;
	}
	.essay-v2.essay-v2--opacity-line-desktop:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h4 {
		line-height: 46px;
	}
	.essay-v2.essay-v2--opacity-line-desktop:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h5 {
		line-height: 54px;
	}
	.essay-v2.essay-v2--opacity-line-desktop:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h6 {
		line-height: 42px;
	}
	.essay-v2.essay-v2--opacity-line-desktop:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox p {
		line-height: 40px;
	}
	/* end: t470516 Text Background alternative (scrolling essay feature) */

	.essay-v2--bg-black {
		background-color: black;
	}
	.essay-v2--bg-gray {
		background-color: #505050;
	}
	.essay-v2--bg-red {
		background-color: #ed3426;
	}
	.essay-v2--bg-white {
		background-color: white;
	}
	
	.essay-v2--text-black {
		color: black;
	}
	.essay-v2--text-gray {
		color: #505050;
	}
	.essay-v2--text-white {
		color: white;
	}
	.essay-v2--text-red {
		color: #ED3426;
	}
	
	.essay-v2--text-shadow-lighten {
		text-shadow: 0 0 15px rgba(255,255,255,0.3);
	}
	.essay-v2--text-shadow-lighten-more {
		text-shadow: 0 0 15px rgba(255,255,255,0.6);
	}
	.essay-v2--text-shadow-darken {
		text-shadow: 0 0 15px rgba(0,0,0,0.3);
	}
	.essay-v2--text-shadow-darken-more {
		text-shadow: 0 0 15px rgba(0,0,0,0.6);
	}
	
	.essay-v2--text-background-black .contentRender_name_plugins_core_textbox {background-color: #000; padding:5px 10px;}
	.essay-v2--text-background-black-opacity-25 .contentRender_name_plugins_core_textbox {background-color: rgba(0,0,0,0.25); padding: 10px;}
	.essay-v2--text-background-black-opacity-50 .contentRender_name_plugins_core_textbox {background-color: rgba(0,0,0,0.5); padding: 10px;}
	.essay-v2--text-background-black-opacity-75 .contentRender_name_plugins_core_textbox {background-color: rgba(0,0,0,0.75); padding: 10px;}
	.essay-v2--text-background-black-opacity-90 .contentRender_name_plugins_core_textbox {background-color: rgba(0,0,0,0.90); padding: 10px;}

	.essay-v2--text-background-white .contentRender_name_plugins_core_textbox {background-color: #FFF; padding: 10px;}
	.essay-v2--text-background-white-opacity-25 .contentRender_name_plugins_core_textbox {background-color: rgba(255,255,255,0.25); padding: 10px;}
	.essay-v2--text-background-white-opacity-50 .contentRender_name_plugins_core_textbox {background-color: rgba(255,255,255,0.5); padding: 10px;}
	.essay-v2--text-background-white-opacity-75 .contentRender_name_plugins_core_textbox {background-color: rgba(255,255,255,0.75); padding: 10px;}
	.essay-v2--text-background-white-opacity-90 .contentRender_name_plugins_core_textbox {background-color: rgba(255,255,255,0.90); padding: 10px;}

	/* Centering will overwrite the Left/Right Margins option */
	.essay-v2--textbox-position-center .essay-v2__content-container .contentRender_name_plugins_core_textbox {
		margin-left: auto;
		margin-right: auto;
	}
	.essay-v2--textbox-position-right .contentRender_name_plugins_core_textbox {
		float: right;
		clear: both;
	}

	.essay-v2--text-alignment-center .contentRender_name_plugins_core_textbox {
		text-align: center;
	}
	.essay-v2--text-alignment-right .contentRender_name_plugins_core_textbox {
		text-align: right;
	}
	/*video audio button*/
	.essay-v2.show-speaker.essay-v2--bg-video .controls.desktop-volume {
		display: block;
	}
	.essay-v2--bg-video [data-desktop-video] {
		display: block;
	}
	.essay-v2--mobile-bg-video [data-mobile-video] {
		display: none;
	}

	/* 
		Background Scroll Transitions
		.essay-v2--scroll-effect-fade-in-out-fixed
		.essay-v2--scroll-effect-slide-in-out-text-on-solid
		.essay-v2--scroll-effect-slide-parallax
		.essay-v2--scroll-effect-slide-fixed-asset-text-on-solid
	*/
	.essay-v2 video:not(.sv-custom-video-player video) {
		opacity: 0;
	}
	.scrolling-essay-background-holder {
		pointer-events: none;
		position: fixed;
		width: 100vw;
		height: 100vw;
		z-index: 0;
		opacity: 0;
		top: 0;
		left: 0;
	}
	.scrolling-essay-background-holder.active  {
		opacity: 1;
		transition: opacity 3s ease;
	}
	.scrolling-essay-background-holder.active.bottom-in-screen {
		opacity: 0;
		transition: opacity 1.5s ease;
	}
	.scrolling-essay-background-holder video {
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

	/* .essay-v2--scroll-effect-fade-in-out-fixed */
	
	.scrolling-essay-background-holder .mobile-img {
		display: none;
	}
	.essay-v2--bg-video.essay-v2--scroll-effect-fade-in-out-fixed [data-desktop-video],
	.essay-v2--has-dt-image.essay-v2--scroll-effect-fade-in-out-fixed .essay-v2__asset-container {
		display: none;
	}
	.scrolling-essay-background-holder img.desktop-img {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.scrolling-essay-background-holder img.desktop-img.fade-out {
		transition: opacity 2s ease;
		opacity: 0;
	}
	.scrolling-essay-background-holder img.desktop-img.fade-in {
		transition: opacity 2s ease;
		opacity: 1;
	}
	.scrolling-essay-background-holder img.desktop-img.fade-in.duplicate {
		transition: none;
	}
	.scrolling-essay-background-holder video.fade-out {
		transition: opacity 2s ease;
		opacity: 0;
	}
	.scrolling-essay-background-holder video.fade-in {
		transition: opacity 2s ease;
		opacity: 1;
	}
	.scrolling-essay-background-holder video {
		left: 0;
		top:0;
		transform: none;
	}
	.essay-v2--scroll-effect-fade-in-out-fixed {

	}
	.scrolling-essay-background-holder.active img.fadein-out-img:last-of-type {
		position: absolute;
		top: 0;
		left: 0;
	}



	/* slide-in-out-text-on-solid */
	.slide-in-out-text-on-solid-active.no-fade {
		opacity: 1;
	}
	.fixed-color-background.fixy {
		position: absolute;
		height: 100vh;
		width: 50vw;
		top: 0;
		left: -50vw;
		transition: left 1.5s ease; 
		z-index: 2;
	}
	.fixed-color-background.active {
		left: 0;
		transition: left 1.5s ease;
	}
	.half-img {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2222222222222222;
		height: 100vh;
		width: 50vw;
		opacity: 0;
	}
	.half-img.fade-in {
		transition: opacity 2s ease;
		opacity: 1;
	}

	/* fixed-asset-text-on-solid */

	.essay-v2--scroll-effect-fixed-asset-text-on-solid .essay-v2__content-container.background-color{
		margin: 0;
	}

	.essay-v2--scroll-effect-fixed-asset-text-on-solid .essay-v2__content-container.background-color.black {		background-color: black;	}
	.essay-v2--scroll-effect-fixed-asset-text-on-solid .essay-v2__content-container.background-color.gray {		background-color: #505050;	}
	.essay-v2--scroll-effect-fixed-asset-text-on-solid .essay-v2__content-container.background-color.red {		background-color: #ed3426;	}
	.essay-v2--scroll-effect-fixed-asset-text-on-solid .essay-v2__content-container.background-color.white {		background-color: white;	}
	.essay-v2--scroll-effect-fixed-asset-text-on-solid .essay-v2__content-container .contentRender_name_plugins_core_textbox {
		z-index: 2;
	}
	.essay-v2--scroll-effect-fixed-asset-text-on-solid .essay-v2__asset-container {
		display: block;
		position: relative;
		pointer-events: none;
	}





	/* Parallax */
	.essay-v2--scroll-effect-parallax {
		height: 100vh;
		overflow: hidden;
	}
	.essay-v2--scroll-effect-parallax .essay-v2__asset-container {
		width: 100vmax;
		z-index: 0;
		position: absolute;
		top: 0;
		left: 50%;
		pointer-events: none;
		transform: translate(-50%, -50.2134%);
	}
	.essay-v2--scroll-effect-parallax .essay-v2__asset-container img {
		width: 100%;
	}
	
	.essay-v2--text-black .spinner .sk-circle:before {
		background-color: black;
	}
	.essay-v2--text-red .spinner .sk-circle:before {
		background-color: #ed3426;
	}
	.essay-v2--text-white .spinner .sk-circle:before {
		background-color: white;
	}
	
	.essay-v2:not(.desktop-no-effect) .add-padding-bottom{
		margin-bottom:100vh;
	}
	.essay-v2:not(.essay-v2--mixed-content) .credits-text.mobile {
		display: none !important;
	}
}

/* mobile only styles */
@media (max-width: 767px) {
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) p {
		font-size: 18px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h1 {
		font-size: 38px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h1.longer-title {
		font-size: 22px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h2 {
		font-size: 22px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h3 {
		font-size: 20px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h4 {
		font-size: 18px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h5 {
		font-size: 18px;
	}
	.essay-v2.essay-v2:not(.essay-v2--mixed-content) h6 {
		font-size: 18px;
	}

	.essay-v2__content-container {
		margin: 0 18px;
	}
	
	.essay-v2--mobile-bg-black {
		background-color: black;
	}
	.essay-v2--mobile-bg-gray {
		background-color: #505050;
	}
	.essay-v2--mobile-bg-red {
		background-color: #ed3426;
	}
	.essay-v2--mobile-bg-white {
		background-color: white;
	}
	
	.essay-v2--mobile-text-black {
		color: black;
	}
	.essay-v2--mobile-text-gray {
		color: #505050;
	}
	.essay-v2--mobile-text-white {
		color: white;
	}
	.essay-v2--mobile-text-red {
		color: #ED3426;
	}
	
	.essay-v2--mobile-text-shadow-lighten {
		text-shadow: 0 0 15px rgba(255,255,255,0.3);
	}
	.essay-v2--mobile-text-shadow-lighten_more {
		text-shadow: 0 0 15px rgba(255,255,255,0.6);
	}
	.essay-v2--mobile-text-shadow-darken {
		text-shadow: 0 0 20px rgba(0,0,0,0.5);
	}
	.essay-v2--mobile-text-shadow-darken_more {
		text-shadow: 0 0 20px rgba(0,0,0,1);
	}
	
	.essay-v2--mobile-text-background-black .contentRender_name_plugins_core_textbox {background-color: #000; padding: 10px;}
	.essay-v2--mobile-text-background-black-opacity-25 .contentRender_name_plugins_core_textbox {background-color: rgba(0,0,0,0.25); padding: 10px;}
	.essay-v2--mobile-text-background-black-opacity-50 .contentRender_name_plugins_core_textbox {background-color: rgba(0,0,0,0.5); padding: 10px;}
	.essay-v2--mobile-text-background-black-opacity-75 .contentRender_name_plugins_core_textbox {background-color: rgba(0,0,0,0.75); padding: 10px;}
	.essay-v2--mobile-text-background-black-opacity-90 .contentRender_name_plugins_core_textbox {background-color: rgba(0,0,0,0.90); padding: 10px;}
	
	.essay-v2--mobile-text-background-white .contentRender_name_plugins_core_textbox {background-color: #FFF; padding: 10px;}
	.essay-v2--mobile-text-background-white-opacity-25 .contentRender_name_plugins_core_textbox {background-color: rgba(255,255,255,0.25); padding: 10px;}
	.essay-v2--mobile-text-background-white-opacity-50 .contentRender_name_plugins_core_textbox {background-color: rgba(255,255,255,0.5); padding: 10px;}
	.essay-v2--mobile-text-background-white-opacity-75 .contentRender_name_plugins_core_textbox {background-color: rgba(255,255,255,0.75); padding: 10px;}
	.essay-v2--mobile-text-background-white-opacity-90 .contentRender_name_plugins_core_textbox {background-color: rgba(255,255,255,0.90); padding: 10px;}

	/* begin: t470516 Text Background alternative (scrolling essay feature) */
	.essay-v2--opacity-line-mobile .contentRender_name_plugins_core_textbox .essay-text {
		display: inline;
		padding: 5px 0;
		/*-wekbit-box-decoration-break: clone;*/
		box-decoration-break: clone;
	}
	.essay-v2.essay-v2--opacity-line-mobile:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h1 {
		line-height: 52px;
	}
	.essay-v2.essay-v2--opacity-line-mobile:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h2 {
		line-height: 38px;
	}
	.essay-v2.essay-v2--opacity-line-mobile:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h3 {
		line-height: 34px;
	}
	.essay-v2.essay-v2--opacity-line-mobile:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h4 {
		line-height: 30px;
	}
	.essay-v2.essay-v2--opacity-line-mobile:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h5 {
		line-height: 30px;
	}
	.essay-v2.essay-v2--opacity-line-mobile:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox h6 {
		line-height: 30px;
	}
	.essay-v2.essay-v2--opacity-line-mobile:not(.essay-v2--mixed-content) .contentRender_name_plugins_core_textbox p {
		line-height: 33px;
		font-size: calc(18px + 0.5vw);
	}
	/* end: t470516 Text Background alternative (scrolling essay feature) */

	/* Centering will overwrite the Left/Right Margins option */
	.essay-v2--textbox-position-center .essay-v2__content-container .contentRender_name_plugins_core_textbox {
		margin-left: auto;
		margin-right: auto;
	}
	.essay-v2--textbox-position-right .contentRender_name_plugins_core_textbox {
		float: right;
	}

	.essay-v2--mobile-text-alignment-center .contentRender_name_plugins_core_textbox {
		text-align: center;
	}
	.essay-v2--mobile-text-alignment-right .contentRender_name_plugins_core_textbox {
		text-align: right;
	}
	/*video audio button*/
	.essay-v2.show-speaker.essay-v2--mobile-bg-video .controls.mobile-volume {
		display: block;
	}
	.essay-v2--bg-video [data-desktop-video] {
		display: none;
	}
	.essay-v2--mobile-bg-video [data-mobile-video] {
		display: block;
	}
	

	/* 
		Background Scroll Transitions
		.essay-v2--scroll-effect-fade-in-out-fixed
		.essay-v2--scroll-effect-slide-in-out-text-on-solid
		.essay-v2--scroll-effect-slide-parallax
		.essay-v2--scroll-effect-slide-fixed-asset-text-on-solid
	*/
	.scrolling-essay-background-holder .desktop-img {
		display: none;
	}


	.essay-v2 video {
		opacity: 0;
	}
	.scrolling-essay-background-holder {
		pointer-events: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		z-index: 0;
		opacity: 0;
		top: 0;
		left: 0;
	}
	.scrolling-essay-background-holder.active {
		opacity: 1;
		transition: opacity 3s ease;
	}
	.scrolling-essay-background-holder.active.bottom-in-screen {
		opacity: 0;
		transition: opacity 1.5s ease;
	}
	.scrolling-essay-background-holder video {
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.footer-visible .scrolling-essay-background-holder,
	.footer-visible .scrolling-essay-background-holder.active {
		opacity: 0;
		transition: none;
	}
	/* .essay-v2--scroll-effect-fade-in-out-fixed */
	.essay-v2--mobile-bg-video.essay-v2--mobile-scroll-effect-fade-in-out-fixed [data-mobile-video] {
		display: none;
	}
	.essay-v2--scroll-effect-fade-in-out-fixed {

	}
	.scrolling-essay-background-holder img.mobile-img {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		object-fit: cover;
	}
	.scrolling-essay-background-holder img.mobile-img.fade-out {
		transition: opacity 2s ease;
		opacity: 0;
	}
	.scrolling-essay-background-holder img.mobile-img.fade-in {
		transition: opacity 2s ease;
		opacity: 1;
	}
	.transition-override .scrolling-essay-background-holder img.mobile-img.fade-out,
	.transition-override .scrolling-essay-background-holder img.mobile-img.fade-in,
	.transition-override .scrolling-essay-background-holder video.fade-in,
	.transition-override .scrolling-essay-background-holder video.fade-out {
		transition: none;
	}		
	.scrolling-essay-background-holder img.mobile-img.fade-in.duplicate {
		transition: none;
	}
	.scrolling-essay-background-holder video.fade-out {
		transition: opacity 2s ease;
		opacity: 0;
	}
	.scrolling-essay-background-holder video.fade-in {
		transition: opacity 2s ease;
		opacity: 1;
	}
	
	/* Parallax */
	.essay-v2--mobile-scroll-effect-parallax {
		height: 100vh;
		overflow: hidden;
	}
	.essay-v2--mobile-scroll-effect-parallax .essay-v2__asset-container {
		width: 100vmax;
		z-index: 0;
		position: absolute;
		top: 0;
		left: 50%;
		pointer-events: none;
		transform: translate(-50%, -50.2134%);
	}
	.essay-v2--mobile-scroll-effect-parallax .essay-v2__asset-container img {
		width: 100%;
	}

	.essay-v2--mobile-text-black .spinner .sk-circle:before {
		background-color: black;
	}
	.essay-v2--mobile-text-red .spinner .sk-circle:before {
		background-color: #ed3426;
	}
	.essay-v2--mobile-text-white .spinner .sk-circle:before {
		background-color: white;
	}
	
	.essay-v2:not(.mobile-no-effect) .add-padding-bottom{
		margin-bottom:100vh;
	}
	.credits-text.desktop {
		display: none !important;
	}
}