/* -- IMAGES -- */

#Portrait1 {
	background-image: url('../images/Malcolm\ Kites\ 2024\ 294.jpg');
	background-position: 25% 50%;
	z-index: 101;
	opacity: 0;
}

#Portrait2 {
background-image: url('../images/Malcolm\ Kites\ 2024\ 096.jpg');
	background-position: 25% 50%;
	z-index: 101;
	opacity: 0;
}

#Portrait3 {
	background-image: url('../images/Malcolm\ Kites\ 2024\ 378.jpg');
	background-position: center center;
	z-index: 103;
	opacity: 0;
}


#FullScreenImage1 {
	background-image: url('../images/Malcolm\ Kites\ 2024\ 1036.jpg');
	background-position: 100% 90%;
}

#FullScreenImage2 {
	background-image: none;
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#FullScreenImage2 h1.title.callout {
	margin: 0;
	width: 95%;
	max-width: 85rem;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	translate: 0 0;
	transform: none;
	text-align: left;
	opacity: 0;
	transition: opacity 1.4s ease;
}

#FullScreenImage2 h1.callout-credit {
	font-size: 1.6rem;
	line-height: 1.45;
	display: block;
	margin-top: 8rem;
	margin-bottom: 0;
	width: 70%;
	max-width: 70rem;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	text-align: left;
	opacity: 0;
	transition: opacity 1.4s ease;
}

@media screen and (min-width: 768px) {
	#FullScreenImage2 h1.title.callout {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	#FullScreenImage2 h1.callout-credit {
		font-size: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media screen and (min-width: 1024px) {
	#FullScreenImage2 h1.title.callout {
		width: 80%;
		padding-left: 5%;
		padding-right: 1rem;
	}

	#FullScreenImage2 h1.callout-credit {
		width: 80%;
		padding-left: 5%;
		padding-right: 1rem;
	}
}

#FullScreenImage2.active h1.title.callout {
	opacity: 1;
}

#FullScreenImage2.active h1.callout-credit {
	opacity: 1;
}

@media screen and (min-width: 1600px) {
	#FullScreenImage2 h1.callout-credit {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 2080px) {
	#FullScreenImage2 h1.callout-credit {
		font-size: 2.5rem;
	}
}

#FullScreenImage3 {
	background-image: url('../images/Malcolm\ Kites\ 2024\ 102.jpg');
	background-position: center 45%;
}

.fullscreen-image-wrapper {
    position: relative;
	width: 100vw;
	height: 200vh;
	background-color: #FFF;
}

.fullscreen-image {
    position: sticky;
    top: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}






/* -- HTML -- */

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background-color: #000;
	font-family: "DieG-A-Medium", sans-serif;
	font-size: 0;
	overflow-x: hidden;
}

strong {
	font-family: "DieG-A-Medium", sans-serif;
}

em{
	font-family: "DieG-A-MediumItalic", sans-serif;
}

p {
	font-size: 1rem;
	line-height: 1.45;
	text-align: left;
	margin-bottom: 1.45rem;
	
}

p.white {
	color: #FFFFFF;
}

p a {
	font-family: "DieG-A-Medium", sans-serif;
	text-decoration: none !important;
	color: #000000 !important;
	border-bottom: 1.5px solid #000;
}

.screen-width {
	display: block;
	width: 100vw;
	height: 100%;
	font-size: 0;
	text-align: center;
}

.full-screen {
	display: block;
	width: 100vw;
	height: 100vh;
}


.full-screen.hero {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.full-screen.hero.top {
	background-position: top center;
}

.full-screen.hero.bottom {
	background-position: bottom center;
}

.site-width {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	font-size: 0;
	margin: 0 auto;
}

.site-width.catalogue-width {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}


@media screen and (min-width: 768px) {  /* -- 768px -- */

	.site-width {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	
	.site-width.catalogue-width {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		min-height: 100vh;
	}
		
}

@media screen and (min-width: 1023px) {  /* -- 1024px -- */
	
	p a {
		transition: all 0.25s ease;
	}

	p a:hover {
		color: #000000 !important;
		border-bottom: 1.2px solid #000000;
	}
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */

	.site-width {
		width: 100rem;
	}
	
}

@media screen and (min-width: 2080px) {

	.site-width {
		width: 120rem;
	}
	
}









/* -- OVERLAY -- */

.pattern-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vW;
	height: 100vH;
	z-index: 10001;
}

.pattern {
	width: 100%;
	height: 100%;
}






/* -- PRELOADER -- */

#Preloader {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100vW;
	height: 100vH;
	background-color: #999;
	background-image: url('../images/preloader-transparent-white.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5rem;
}







/* -- HEADER -- */

header {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100vw;
	background-color: rgba(0,0,0,0.125);
}

.logo-wrapper {
	position: absolute;
	top: 2rem;
	left: 1rem;
	z-index: 11000;
	display: inline-block;
	width: 7rem;
}

.logo-wrapper a.logo {
	display: inline-block;
	width: 100%;
}

.logo-wrapper a.logo .logo-style {
	fill: #000000;
}



@media screen and (min-width: 768px) {  /* -- 768px -- */

	
	
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
		
	.logo-wrapper {
		top: 3rem;
		left: 2rem;
		width: 7rem;
		transition: all 0.25s ease;
	}

	.logo-wrapper a.logo .logo-style {
		transition-property: fill;
		transition-duration: 0.25s;
		transition-timing-function: linear;
		transition: all 0.25s ease;
	}
	
	.logo-wrapper a.logo:hover .logo-style {
		fill: #000000;
	}
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */

	
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */

	.logo-wrapper {
		top: 3rem;
		left: 2rem;
	}
	
}

@media screen and (min-width: 2080px) {

	
	
}




/* -- SPLIT SCREEEN -- */

.half {
	position: absolute;
	width: 50%;
	height: 100%;
}

.half.left {
	top: 0;
	left: 0;
}

.half.right {
	top: 0;
	right: 0;
}







/* -- TITLE PAGE -- */

.title-page-container {
	position: relative;
}

.title-page {
	position: relative;
	text-align: left;
	height: 100%;
	padding: 0;
}

.title-container {
	position: relative;
	height: 100vH;
}

#titleimage {
	width: 100%;
	max-width: 20rem;
	margin: 0;
}

#OpeningImageOverlay{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	text-align: center;
}

.title-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	width: calc(100% - 2rem);
}

h1.title {
	font-family: 'DieG-A-Medium', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 1.8rem;
	line-height: 1.45;
	width: 100%;
	text-align: center;
	transform: rotate(0deg) translateX(0%) translateY(0%);
}

#OpeningImageOverlay .title {
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#OpeningImageOverlay h1.title {
	width: 100% !important;
	margin: 0 auto !important;
	translate: 0 0 !important;
	transform: none !important;
	text-align: center !important;
}

.title .callout {
	width: 70%;

}

p.title-description {
	font-size: 1rem;
	line-height: 1.65;
}

#Title {
	opacity: 0;
	transition: opacity 2s ease;
}

#Title.active {
	opacity: 1;
	transition: opacity 1s ease;
}

.title-page .lock-up {
	position: absolute;
	bottom: 9rem;
	left: 0;
}

.title-page .lock-up .signature {
	width: 12rem;
	margin-bottom: 1.25rem;
	margin-left: -0.125rem;
}

.title-page .lock-up .logo {
	width: 7rem;
}

@media screen and (min-width: 768px) {  /* -- 768px -- */

	.title-wrapper {
		padding-top: 1rem;
		width: 33rem;
	}
	
	h1.title {
		font-size: 2.5rem;
	}
	
	p.title-description {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
		
	.title-wrapper {
		padding-top: 1rem;
		width: 55rem;
	}

	
	h1.title {
		font-size: 2.5rem;
		margin-bottom: 120%;
		width: 200%;
		translate: -25% 0%;
	}
		
	p.title-description {
		font-size: 1.125rem;
	}
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */
	
	.title-wrapper {
		padding-top: 1rem;
		width: 47rem;
	}
	
	h1.title {
		font-size: 2.5rem;
		margin-bottom: 28rem;
		transform: rotate(0deg) translateX(0%) translateY(0%);
	}

	h1.title.callout { 
		width: 80%;
		margin: auto;
		margin-left: 20%;
		margin-top: 5rem;
		text-align: left;
		font-size: 2.75rem;
	}

	#FullScreenImage2 h1.callout-credit {
		font-size: 2.75rem;
	}
		
	p.title-description {
		font-size: 1.25rem;
	}
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */
	
	.title-wrapper {
		padding-top: 1rem;
		width: 50rem;
	}
	
	h1.title {
		font-size: 3rem;
		margin-bottom: 32rem;
		transform: rotate(0deg) translateX(0%) translateY(0%);
	}
	
	p.title-description {
		font-size: 1.25rem;
	}
	
}

@media screen and (min-width: 2080px) {

	.title-wrapper {
		padding-top: 1rem;
		width: 50rem;
	}
	
	h1.title {
		font-size: 2.75rem;
		margin-bottom: 32rem;
	}
	
	p.title-description {
		font-size: 1.25rem;
	}
	
}













/* -- TRIGGERS -- */

.triggers {
	position: absolute;
	top: 0;
	right: 0;
	width: 1rem;
	height: 100%;
}

.trigger {
	position: static;
	display: block;
	left: 0;
	width: 1rem;
	height: 100vH;
}








/* -- PARALLAX -- */

.slide {
	position: relative;
	padding: 25vh 10%;
	min-height: 100vh;
	width: 100vw;
	box-sizing: border-box;
	transform-style: inherit;
}

.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide, .slide:before {
  background: 50% 50% / cover;  
}

#slide1:before {
  background-image: url("https://picsum.photos/960/520");
  transform: translateZ(-1px) scale(2);
}







/* -- PORTRAITS -- */

.portraits-container {
	position: relative;
	width: 100vW;
	height: 300vH;
	background-color: #FFFFFF;
}

.portraits-wrapper {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100vH;
}

.portrait-overlay {
	position: absolute;
	z-index: 990;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
}

.portraits {
	position: relative;
	width: 100%;
	height: 100%;
}

.portrait {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: opacity 1s ease;
}

.captions-wrapper {
	position: absolute;
	z-index: 900;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
}

#OpeningImage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	background-color: #CCC;
	background-image: url('../images/Malcolm\ Kites\ 2024\ 873.jpg');
	background-repeat: no-repeat;
	background-position: center 75%;
	background-size: cover;
}

#OpeningImage h1.title {
	margin: 0 !important;
	width: min(100%, 60rem) !important;
	max-width: 60rem;
	translate: 0 0 !important;
	transform: none !important;
	text-align: center !important;
}

#OpeningImage h1.title br.mobile-break {
	display: none;
}

#FullScreenImage2 h1.callout-credit br.mobile-break {
	display: none;
}

@media screen and (max-width: 767px) {
	#OpeningImage h1.title {
		width: min(100%, 15rem) !important;
		max-width: 15rem;
		padding-left: 1rem;
		padding-right: 1rem;
		box-sizing: border-box;
	}

	#OpeningImage h1.title br.mobile-break {
		display: inline;
	}

	#FullScreenImage2 h1.callout-credit br.mobile-break {
		display: inline;
	}
}

#OpeningImage2 {
	display: block;
	width: 100vw;
	position: relative;
	height: 200vh;
	background-color: rgb(255, 255, 255);
	background-repeat: no-repeat;
	background-position: center 75%;
	background-size: cover;
}


#OpeningImage3 {
	display: block;
	width: 100vw;
	position: relative;
	height: 200vh;
	background-color: rgb(174, 202, 217);
	background-repeat: no-repeat;
	background-position: center 75%;
	background-size: cover;
}


#EndPage {
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: #CCC;
	background-image: url('../images/design\ days/animation-placeholder.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#Portrait1.active, #Portrait2.active, #Portrait3.active {
	opacity: 1;
}

.portrait-caption-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.portrait-caption-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100vH;
}

.portrait-caption-wrapper p.portrait-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	top: 50%;
	width: 100%;
	font-family: "DieG-A-Medium", sans-serif;
	font-size: 1rem;
	line-height: 1.55;
	color: #FFF;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.125);
}

#PortraitCaption1 {
	z-index: 901;
}

#PortraitCaption2 {
	z-index: 902;
}

#PortraitCaption3 {
	z-index: 903;
}

#PortraitCaption4 {
	z-index: 904;
}

@media screen and (max-width:1024px){
	a.download-button {
		background-color: #FFF !important;
	}

	#ImageTextLockup6 {
		display: flex;
		flex-direction: column;
	}

	#ImageTextLockup6 .lockup-image-wrapper {
		order: 1;
		width: 100%;
		float: none;
	}

	#ImageTextLockup6 .lockup-text-wrapper {
		order: 2;
		width: 100%;
		float: none;
	}

	#ImageTextLockup2 .carousel-right {
		width: 100%;
		display: block;
		margin-left: 0;
	}

	#FullScreenImage1{
		background-position: 75% center;
	}

	#FullScreenImage3{
		background-position: center center;
	}

	p.image-credit-normal {
		width: 100% !important;
	}

	p.image-credit {
		width: 100% !important;
	}

	#OpeningImageOverlay{
	position: sticky;
	top: 0;
	left: 0;
	transform: none;
	width: 100%;
	margin: 0 auto;
}

a.download-button-inline {
	margin-top: 5rem !important;
	margin-left: 0 !important;
}

#Portrait1{
	background-position: 45% 50%;
}

#Portrait2{
	background-position: 42% center;

}

#Portrait3{
	background-position: 40% center;
}

h1.title{
	font-size: 1.7rem !important;
}

}

@media screen and (min-width: 768px) {  /* -- 768px -- */
	
	.captions-wrapper {
		width: 50%;
	}

	.portrait-caption-wrapper p.portrait-caption {
		width: calc(100% - 4rem);
	}
	
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
		
	#OpeningImage {
		background-image: url('../images/Malcolm\ Kites\ 2024\ 214.jpg');
		background-position: center 75%;
	}
	
	#Portrait1 {
	background-image: url('../images/Malcolm\ Kites\ 2024\ 294.jpg');
	background-position: center 50%;
	}
		
	#Portrait2 {
		background-image: url('../images/Malcolm\ Kites\ 2024\ 096.jpg');
	background-position: center 50%;
	
	}
	
	#Portrait3 {
	background-image: url('../images/Malcolm\ Kites\ 2024\ 378.jpg');
	background-position: 25% 70%; 

	}

	#Portrait4{
	background-color: rgb(174, 202, 217);
	}
	
	#EndPage {
		background-image: url('../images/design\ days/animation-placeholder.png');
	}
	
	.captions-wrapper {
		width: 50%;
	}
	
	.portrait-caption-wrapper p.portrait-caption {
		width: calc(100% - 5rem);
	}

}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */
	
	#OpeningImage {
		background-image: url('../images/Malcolm\ Kites\ 2024\ 873.jpg');
		background-position: center 75%;
		background-attachment: fixed;
	}
	
	#EndPage {
		background-image: url('../images/design\ days/animation-placeholder.png');
		background-attachment: fixed;
	}
	
	.captions-wrapper {
		width: 33%;
	}
	
	.portrait-caption-wrapper p.portrait-caption {
		font-size: 1.125rem;
		width: calc(100% - 5rem);
	}

}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */
	
	.captions-wrapper {
		width: 33%;
	}
	
	.portrait-caption-wrapper p.portrait-caption {
		font-size: 1.25rem;
		width: calc(100% - 5rem);
	}
	
}

@media screen and (min-width: 2080px) {  /* -- 2080px -- */
	
	.captions-wrapper {
		width: 33%;
	}

	.portrait-caption-wrapper p.portrait-caption {
		font-size: 1.375rem;
		width: 30rem;
	}
}






/* -- IMAGES + TEXT LOCKUPS -- */

.image-text-lockups-container {
	width: 100%;
	text-align: center;
	font-size: 0;
    background-color: #FFF;
}

.image-text-lockups-wrapper {
	font-size: 0;
	text-align: center;
}

.image-text-lockups {
	display: inline-block;
	width: 100%;
    margin-top: 1rem;
}

.image-text-lockup-wrapper {
    position: relative;
	display: inline-block;
	width: 100%;
    height: 100vH;
	margin-top: 5rem;
    margin-bottom: 0;
}

.image-text-lockup {
	position: sticky;
	top: 1rem;
	display: inline-block;
	width: 100%;
}

.full-width-image-lockup{
		position: sticky;
		top: 1rem;
		width: 100%;
		display: block;
	}

.lockup-image-wrapper,
.lockup-text-wrapper {
    width: 100%;
    height: auto;
    vertical-align: top;
	display: inline-block;
}


.lockup-text-wrapper {
    position: relative;
}

.lockup-text-wrapper.f-left,
.lockup-image-wrapper.f-left {
    padding-right: 0;
}

.lockup-text-wrapper.f-right,
.lockup-image-wrapper.f-right {
    padding-left: 0;
}

.lockup-text-wrapper.full-width,
.lockup-image-wrapper.full-width {
    width: 100vw;
	height: auto;
	top: 0;
	margin-bottom: 100vh;
}

.lockup-text-wrapper p.caption {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 1rem;
}

p.image-credit {
	z-index: 100;
	color: #999;
	font-size: 12px;
	margin-top: -22px;
	display: inline-block;
	width: 50%;
	float: left;
	width: 35%;
}

p.image-credit-normal {
	z-index: 100;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
	display: inline-block;
	width: 50%;
	float: left;
	width: 35%;
}

.lockup-image-wrapper {
    margin-bottom: 1rem;
}

.lockup-image-wrapper .carousel {
	width: 100%;
    aspect-ratio: 3 / 2;
	background-color: rgba(255, 255, 255, 0.125);
}

.lockup-image-wrapper .carousel-right {
	width: 100%;
    aspect-ratio: 3 / 2;
	background-color: rgba(255, 255, 255, 0.125);
}

@media screen and (min-width: 768px) {

	
}

@media screen and (min-width: 1024px) { 
		
    .image-text-lockup-wrapper {
        position: relative;
    	display: inline-block;
    	width: 100%;
        height: 100vH;
		margin-top: 8rem;
        margin-bottom: 8rem;
    }

	.image-text-lockups-container {
		padding-top: 12rem;
	}

	.full-width{
		margin-bottom: 5rem;
		width: 100vw;
		margin-left: 0 !important;
		display: block;
	}

	/* .full-width img{
		height: 80%;
	} */



    .image-text-lockups {
        margin-top: 2rem;
    }
    
    .image-text-lockup {
    	position: sticky;
    	top: 25%;
    	display: inline-block;
    	width: 100%;
        height: 50%;
    }

	.full-width-image-lockup{
		position: sticky;
		top: 5%;
		width: 100%;
		height: 50% !important;
		display: block;
	}

    .lockup-image-wrapper,
    .lockup-text-wrapper {
        width: 50%;
        height: 100%;
        vertical-align: top;
    	display: inline-block;
    }

	.carousel-right {
		width: 50%;
		display: block;
		float: right;
		margin-bottom: 0;
	}

	.carousel-right .lockup-image-wrapper {
		width: 100%;
		display: block;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

    .lockup-text-wrapper {
        position: relative;
        padding-left: 5%;
    }

    .lockup-text-wrapper.f-left,
    .lockup-image-wrapper.f-left {
        float: left;
        padding-right: 1rem;
    }

    .lockup-text-wrapper.f-right,
    .lockup-image-wrapper.f-right {
        float: right;
        padding-left: 1rem;
    }

	#ImageTextLockup1 .lockup-image-wrapper.f-left {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
	}

	#ImageTextLockup1 {
		top: 50%;
		transform: translateY(-50%);
		height: auto;
	}

    .lockup-text-wrapper p.caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 75%;
        font-size: 1rem;
        line-height: 1.6;
        color: #000;
        margin-bottom: 0;
    }

    .lockup-image-wrapper {
        margin-bottom: 0;
    }
	
}

@media screen and (min-width: 1300px) {
	
	
	
}

@media screen and (min-width: 1600px) {
	
	
	
}

@media screen and (min-width: 2080px) {

	
	
}
























.image-captions-container {
	width: 100%;
	text-align: center;
	font-size: 0;
	background-color: #FFFFFF;
	/* background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); */
}

.images-captions-wrapper {
	padding-top: 1rem;
	padding-bottom: 3rem;
	font-size: 0;
	text-align: center;
}

.image-captions {
	display: inline-block;
	width: 100%;
}

.image-caption {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 6%;
	padding-bottom: 6%;
	margin-bottom: 10rem;
	position: sticky;
	top: 2rem;
	background-color: rgb(255, 255, 255);
}


.image-caption img {
	width: 49%;
	display: inline-flex;
	margin-bottom: 1rem;
	margin-left: 0;
}

.carousel{
	width: 49%;
	display: inline-flex;
	margin-bottom: 1rem;
	margin-left: 0;
}

.carousel-right{
	width: 49%;
	display: inline-flex;
	margin-bottom: 1rem;
	margin-left: 0;
}

.image-caption p.caption {
	width: 48%;
	padding-top: 8%;
	font-size: 1.5rem;
	color: #000;
	
}

#caption-left{
	margin-left: 5%;
}

#caption-right{
	margin-right: 5%;
}

.download-press-area {
    position: relative;
	background-color: white;
	text-align: center;
    width: 100vw;
    height: 30vh;

}

a.download-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	background-color: #000;
	color: #000000;
	width: auto;
	text-align: center;
    white-space: nowrap;
	padding-top: 1.25rem;
	padding-right: 1.75rem;
	padding-bottom: 1rem;
	padding-left: 1.75rem;
	border: 1px solid #000;
	font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.075rem;
	cursor: pointer;
    transition: all 0.25s ease-in-out;
}	

a.download-button-inline {
     display: inline-block;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%,-50%);
	background-color: #ffffff00;
	color: #000000;
	width: auto;
	text-align: center;
    white-space: nowrap;
	padding-top: 1.25rem;
	padding-right: 1.75rem;
	padding-bottom: 1rem;
	padding-left: 1.75rem;
    margin-top: 1rem;
	border: 1px solid #000000;
	font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.075rem;
	cursor: pointer;
    transition: all 0.25s ease-in-out;
	z-index: 5000 !important;
}




/*#ImagesCaptions {
	opacity: 0;
	transition: all 1s ease;
}

#ImagesCaptions.active {
	opacity: 1;
	transition: all 1s ease;
}*/

#ImageCaption1, #ImageCaption2, #ImageCaption3, #ImageCaption4, #ImageCaption5 {
	opacity: 0;
	transition: all 1s ease;
}

#ImageCaption1.active, #ImageCaption2.active, #ImageCaption3.active, #ImageCaption4.active, #ImageCaption5.active {
	opacity: 1;
}

@media screen and (min-width: 768px) {  /* -- 768px -- */
	
	.images-captions-wrapper {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
	
	.image-caption {
		margin-bottom: 0;
	}
	
	.image-caption img {
		margin-bottom: 1rem;
	}
	
	.image-caption p.caption {
		width: 31rem;
	}
	
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
		
	.images-captions-wrapper {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
	
	.image-caption {
		margin-bottom: 0.5rem;
	}
    
    a.download-button {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    	background-color: #ffffff00;
    	color: #000000;
    	width: auto;
    	text-align: center;
        white-space: nowrap;
    	padding-top: 1.25rem;
    	padding-right: 1.75rem;
    	padding-bottom: 1rem;
    	padding-left: 1.75rem;
    	border: 1px solid #000000;
    	font-size: 0.75rem;
        line-height: 1;
        letter-spacing: 0.075rem;
    	cursor: pointer;
        transition: all 0.25s ease-in-out;
    }

	 a.download-button-inline {
        display: inline-block;
		top: 80%;
   	background-color: #ffffff00;
    	color: #000000;
    	width: auto;
    	text-align: center;
        white-space: nowrap;
    	padding-top: 1.25rem;
    	padding-right: 1.75rem;
    	padding-bottom: 1rem;
    	padding-left: 1.75rem;
        margin-top: 1rem;
    	border: 1px solid #000000;
    	font-size: 0.75rem;
        line-height: 1;
        letter-spacing: 0.075rem;
    	cursor: pointer;
        transition: all 0.25s ease-in-out;
		z-index: 5000 !important;
    }

    a.download-button-inline:hover {
		background-color: rgba(0, 0, 0);
    	color: rgb(255, 255, 255);
    }	

	a.download-button:hover{
		background-color: #000000;
		color: #ffffff;
	}

}





	/* -- INDEX GRID -- */

	.index {
		position: relative;
		display: block;
		width: 100vw;
		height: auto;
		text-align: center;
		background-color: rgb(240,240,240);
		overflow: hidden;
	}

	.index .grid-container {
		position: relative;
		width: 100%;
		padding-top: 4rem;
		padding-bottom: 0;
		margin: 0 auto;
		overflow: hidden;
	}

	.index .grid-container .grid {
		display: grid;
		align-content: start;
		grid-gap: 1rem;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		margin: 0 auto;
		transition: all 0.25s ease;
	}

	.index .grid-container .grid .item {
		display: block;
		width: 100%;
		opacity: 1;
	}

	.index .grid-container .grid .item a.item-link {
		display: block;
		cursor: pointer;
		overflow: hidden;
		text-align: left;
		color: #000000 !important;
		background-color: #FFFFFF;
		transition: all 0.25s;
	}

	.index .grid-container .grid .item a.item-link .image-wrapper {
		position: relative;
		display: block;
		width: 100%;
		aspect-ratio: 1 / 1;
		overflow: hidden;
		margin-bottom: 0;
	}

	.index .grid-container .grid .item a.item-link .image-wrapper img.index-install {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
	}

	.index .grid-container .grid .item a.item-link .image-wrapper img.index-color {
		position: static;
		width: 100%;
	}

	.index .grid-container .grid .item a.item-link .description-wrapper {
		aspect-ratio: 3 / 1;
		padding: 1.125rem;
		text-align: left;
		font-family: "DieG-A-Medium", sans-serif;
	}

	.index .grid-container .grid .item a.item-link .description-wrapper .category-markers-wrapper {
		font-size: 0;
		display: block;
		margin-bottom: 0.25rem;
		text-align: left;
	}

	.index .grid-container .grid .item a.item-link .description-wrapper .category-markers-wrapper p.eyebrow.category {
		display: inline-block;
		font-family: "DieG-A-Medium", sans-serif;
		font-size: 0.75rem;
		line-height: 1.5;
		color: #000000;
		margin-right: 1rem;
		margin-bottom: 0;
		overflow: hidden;
		transition: all 0.25s;
	}

	.index .grid-container .grid .item a.item-link .description-wrapper h6.product-title {
		font-family: "DieG-A-Medium", sans-serif;
		font-size: 1rem;
		line-height: 1.25;
		color: #000000 !important;
		transition: all 0.25s;
	}

	@media screen and (min-width: 768px) {
		.index .grid-container {
			padding-top: 5rem;
			padding-bottom: 0;
		}

		.index .grid-container.four .grid {
			width: 100%;
			grid-gap: 1rem;
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	}

	@media screen and (min-width: 1023px) {
		.index .grid-container {
			padding-top: 3.75rem;
			padding-bottom: 2.75rem;
			min-height: calc(100vH - 3rem);
		}

		.index .grid-container.four .grid {
			width: 100%;
			grid-gap: 1rem;
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}

		.index .grid-container .grid .item a.item-link .image-wrapper img.index-install {
			transition: all 0.25s;
		}

		.index .grid-container .grid .item a.item-link:hover .image-wrapper img.index-install {
			opacity: 1;
		}

		.index .grid-container .grid .item a.item-link:hover .description-wrapper .category-markers-wrapper p.eyebrow.category {
			color: #0b0b0b;
		}

		.index .grid-container .grid .item a.item-link:hover .description-wrapper h6.product-title {
			color: #0b0b0b !important;
		}
	}

	@media screen and (min-width: 1300px) {
		.index .grid-container {
			padding-top: 4rem;
			padding-bottom: 4rem;
			min-height: calc(100vH - 3rem);
		}

		.index .grid-container.four .grid {
			width: 87.5%;
			grid-gap: 1rem;
			grid-template-columns: repeat(4, minmax(0, 1fr));
		}
	}

	@media screen and (min-width: 1600px) {
		.index .grid-container {
			padding-top: 5rem;
			padding-bottom: 6rem;
			min-height: calc(100vH - 5rem);
		}

		.index .grid-container.four .grid {
			width: 87.5%;
			grid-gap: 1rem;
			grid-template-columns: repeat(4, minmax(0, 1fr));
		}
	}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */
	
	.image-caption p.caption {
		width: 35%;
		font-size: 1.2rem;
		line-height: 1.5;
		color: #000;
	}
	
	.images-captions-wrapper {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	
	.image-caption {
		margin-bottom: 1rem;
	}
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */
	
	.images-captions-wrapper {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	
	.images-captions {
		width: 100%;
		margin: 0 auto;
	}
	
	.image-caption {
		margin-bottom: 1.5rem;
	}
	
}

@media screen and (min-width: 2080px) {  /* -- 2080px -- */
	
}









/* -- CATALOGUE -- */

.introduction-wrapper {
	display: inline-block;
	width: 100%;
	padding: 1rem;
	background-color: #FFF;
}

p.introduction {
	font-size: 1rem;
	line-height: 1.45;
	margin-bottom: 0;
}

.button-group {
	text-align: left;
}

.button-group button {
	display: inline-block;
	font-size: 0.875rem;
	color: #000000 !important;
	padding: 0.25rem 0.625rem 0 0;
	cursor: pointer;
	background-color: transparent;
}

.button-group button:hover {
	color: #000000 !important;
}

.button-group button.active {
	color: #000000 !important;
}

.catalogue-container {
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: rgb(235,235,235);
}

.catalogue-filters-wrapper {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 1rem);
	padding-top: 0.5rem;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1rem;
	text-align: left;
}

.catalogue-filters {
	margin-bottom: 1rem;
}

.catalogue-wrapper {
	display: inline-block;
	width: 100%;
	text-align: left;
	min-height: 100vH;
	font-size: 0;
	margin-bottom: 3rem;
}

.catalogue {
	width: 100%;
	text-align: left;
	font-size: 0;
	transition: all 0.5s ease;
}
	
#Catalogue2 {
	display: inline-block;
}

#Catalogue3 {
	display: none;
}

#Catalogue4 {
	display: none;
	}

#Catalogue5 {
	display: none;
}

.credits-wrapper {
	position: absolute;
	width: calc(100% - 1rem);
	bottom: 0;
	display: block;
}

.credits {
	display: block;
	padding-right: 0.5rem;
}

.credits p {
	display: block;
	font-size: 0.75rem;
	color: #999 !important;
	text-align: right;
	margin-bottom: 0;
}

.credits p a {
	font-family: "DieG-A-Medium", sans-serif;
	text-decoration: none !important;
	color: #999 !important;
	border-bottom: 0.625px solid #999;
	transition: all 0.25s ease;
}

.credits p a:hover {
	color: #000 !important;
	border-bottom: 0.625px solid #000;
}

@media screen and (min-width: 768px) {  /* -- 768px -- */

	.catalogue-container {
		padding-top: 6rem;
		padding-bottom: 9rem;
	}
	
	.catalogue-wrapper {
		margin-bottom: 3rem;
	}
	
	.catalogue-filters {
		display: inline-block; /* -- ALTERNATE -- */
		margin-bottom: 0; /* -- ALTERNATE -- */
	}
	
	.catalogue-sorting {
		display: inline-block; /* -- ALTERNATE -- */
	}
	
	.button-group {
		display: inline-block;
		text-align: left;
	}
	
	.button-group.filter-button-group {
		border-right: 0.625px solid #000; /* -- ALTERNATE -- */
	}
	
	.button-group.sort-by-button-group {
		padding-left: 0.75rem; /* -- ALTERNATE -- */
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: inline-block;
	}
	
	#Catalogue4 {
		display: none;
	}
	
	#Catalogue5 {
		display: none;
	}
	
	.credits {
		padding-right: 3.5rem;
	}
	
}

@media screen and (min-width: 1024px) {  /* -- 1024px -- */
	
	.catalogue-container {
		padding-top: 6rem;
		padding-bottom: 9rem;
		background-color: rgb(235,235,235);
	}
	
	.catalogue-filters-wrapper {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		width: 100%; /* -- ALTERNATE VERSION -- */
		padding-top: 0.5rem;
	}
	
	.catalogue-filters {
		display: inline-block; /* -- ALTERNATE -- */
		margin-bottom: 2rem;
		margin-bottom: 0; /* -- ALTERNATE -- */
	}
	
	.catalogue-wrapper {
		margin-bottom: 6rem;
	}
	
	.catalogue-sorting {
		display: inline-block; /* -- ALTERNATE -- */
	}

	.button-group {
		display: inline-block;
		text-align: left;
	}
	
	.button-group.filter-button-group {
		border-right: 0.625px solid #000; /* -- ALTERNATE -- */
	}
	
	.button-group.sort-by-button-group {
		padding-left: 0.75rem; /* -- ALTERNATE -- */
	}
	
	.button-group button {
		display: block;
		display: inline-block; /* -- ALTERNATE -- */
		font-size: 0.875rem;
		color: #000;
		padding: 0.25rem 0;
		padding: 0.25rem 0.75rem 0 0; /* -- ALTERNATE -- */
		cursor: pointer;
		background-color: transparent;
		transition: all 0.25s ease;
	}
	
	.button-group button:hover {
		color: #000000 !important;
	}
	
	.catalogue-wrapper {
		width: 75%;
		width: 100%; /* -- ALTERNATE VERSION -- */
		margin-bottom: 10rem;
	}
	
	.introduction-wrapper {
		display: inline-block;
		width: 25%;
		margin-left: 50%;
		padding: 2rem;
		background-color: #FFF;
	}
	
	.catalogue-container {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: none;
	}
	
	#Catalogue4 {
		display: inline-block;
	}
	
	#Catalogue5 {
		display: none;
	}
	
	.credits {
		padding-top: 9rem;
		padding-right: 3.5rem;
	}
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */

	.catalogue-container {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}
	
	.button-group button {
		font-size: 0.875rem;
	}
		
	.catalogue-filters-wrapper {
		width: 20%;
		width: 100%; /* -- ALTERNATE VERSION -- */
	}
	
	.catalogue-wrapper {
		width: 80%;
		width: 100%; /* -- ALTERNATE VERSION -- */
		margin-bottom: 10rem;
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: none;
	}
	
	#Catalogue4 {
		display: none;
	}
	
	#Catalogue5 {
		display: inline-block;
	}
	
	.credits {
		padding-top: 9rem;
		padding-right: 3.5rem;
	}
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */

	.catalogue-container {
		padding-top: 3rem;
		padding-bottom: 9rem;
	}

	.button-group {
		display: block; /* -- return from ALTERNATE -- */
	}
	
	.button-group.filter-button-group {
		border-right: none; /* -- return from ALTERNATE -- */
	}
	
	.button-group.sort-by-button-group {
		padding-left: 0; /* -- return from ALTERNATE -- */
	}
	
	.button-group button {
		display: block;
		font-size: 0.875rem;
		color: #000;
		padding: 0.25rem 0;
		cursor: pointer;
		background-color: transparent;
		transition: all 0.25s ease;
	}
	
	.button-group button {
		font-size: 1rem;
	}
	
	.catalogue-filters-wrapper {
		width: 17%;
	}
	
	.catalogue-filters {
		display: block;
		margin-bottom: 2rem;
	}
		
	.catalogue-sorting {
		display: block;
	}
	
	.catalogue-wrapper {
		width: 83%;
		margin-bottom: 9rem;
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: none;
	}
	
	#Catalogue4 {
		display: inline-block;
	}
	
	#Catalogue5 {
		display: none;
	}
	
	.credits {
		padding-top: 9rem;
		padding-right: 3.5rem;
	}
	
}

@media screen and (min-width: 2080px) {

	.catalogue-container {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

	.button-group {
		display: block; /* -- return from ALTERNATE -- */
	}
	
	.button-group.filter-button-group {
		border-right: none; /* -- return from ALTERNATE -- */
	}
	
	.button-group.sort-by-button-group {
		padding-left: 0; /* -- return from ALTERNATE -- */
	}
	
	.button-group button {
		display: block;
		font-size: 0.875rem;
		color: #000;
		padding: 0.25rem 0;
		cursor: pointer;
		background-color: transparent;
		transition: all 0.25s ease;
	}
	
	.button-group button {
		font-size: 1rem;
	}
	
	.catalogue-filters-wrapper {
		width: 17%;
	}
	
	.catalogue-filters {
		display: block;
		margin-bottom: 2rem;
	}
		
	.catalogue-sorting {
		display: block;
	}
	
	.catalogue-wrapper {
		width: 83%;
		margin-bottom: 9rem;
	}
	
	#Catalogue2 {
		display: none;
	}
	
	#Catalogue3 {
		display: none;
	}
	
	#Catalogue4 {
		display: none;
	}
	
	#Catalogue5 {
		display: inline-block;
	}
	
}





/* -- LIST VIEW ITEM -- */

.item-wrapper {
	float: left;
	display: inline-block;
	width: 50%;
	aspect-ratio: 1 / 1.45;
	box-sizing: border-box;
}

.item-wrapper.double {
	width: 100%;
	cursor: default;	
}

.item-wrapper .item {
	display: inline-block;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	margin-top: 0.5rem;
	margin-left: 0.5rem;
	background-color: #FFF;
}

.item .image-wrapper {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	cursor: pointer;
}

.item .image-wrapper img.index-install {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}

.item .image-wrapper img.index-color {
	position: static;
	width: 100%;
	cursor: pointer;
}

.item .description-wrapper {
	text-align: left;
	padding: 1rem;
	cursor: default;
}

.item .description-wrapper a.site-link {
	cursor: pointer;
}

.item .description-wrapper .category-markers-wrapper {
	font-size: 0;
	display: none;
	margin-bottom: 0.25rem;
}

.item .description-wrapper .category-markers-wrapper p.eyebrow.category {
	display: none;
	font-size: 0.75rem;
	line-height: 1.1;
	color: #000000;
	margin-right: 0.375rem;
	margin-bottom: 0;
	overflow: hidden;
	transition: all 0.25s;
}

.item .description-wrapper a.site-link h6.product-title {
	font-size: 0.75rem;
	line-height: 1.25;
	color: #000000 !important;
	transition: all 0.25s;
}

.item .description-wrapper p.date {
	font-size: 0.75rem;
	line-height: 1.75;
	color: #ACACAC !important;
}

.item .description-wrapper a.site-link:hover h6.product-title {
	color: #000000 !important;
}

.item .description-wrapper a.site-link h6.product-title::after {
	content: "\2192";
	padding-left: 0.25rem;
	color: #FFF;
	transition: all 0.25s;
}

.item .description-wrapper a.site-link:hover h6.product-title::after {
	color: #000000;
	transition: all 0.25s;
}

@media screen and (min-width: 768px) {  /* -- 768px -- */
		
	.item-wrapper {
		width: 50%;
		aspect-ratio: 1 / 1.33;
	}
	
	.item-wrapper {
		width: 33.33333333%;
	}
	
	.item-wrapper.double {
		width: 66.66666666%;
	}
	
}

@media screen and (min-width: 1023px) {  /* -- 1024px -- */
	
	.item a.item-link img.index-install {
		transition: all 0.5s;
	}

	.item a.item-link:hover img.index-install {
		opacity: 1;
	}
	
	.item-wrapper {
		width: 25%;
	}
	
	.item-wrapper.double {
		width: 50%;
	}
	
	.item-wrapper.double .item {
		position: relative;
	}
	
	.item .description-wrapper a.site-link h6.product-title {
		font-size: 0.875rem;
		color: #000000 !important;
	}
	
	.item .description-wrapper p.date {
		font-size: 0.875rem;
		color: #ACACAC !important;
	}
	
}

@media screen and (min-width: 1300px) {  /* -- 1300px -- */
	
	.item-wrapper {
		width: 20%; /* -- ALTERNATE VERSION -- */
	}
	
	.item-wrapper.double {
		width: 40%; /* -- ALTERNATE VERSION -- */
	}
	
	
}

@media screen and (min-width: 1600px) {  /* -- 1600px -- */

	.item-wrapper {
		width: 25%; /* -- ALTERNATE VERSION -- */
	}
	
	.item-wrapper.double {
		width: 50%; /* -- ALTERNATE VERSION -- */
	}
	
}

@media screen and (min-width: 2080px) {
	
	.item-wrapper {
		width: 20%; /* -- ALTERNATE VERSION -- */
	}
	
	.item-wrapper.double {
		width: 40%; /* -- ALTERNATE VERSION -- */
	}
	
	.item .description-wrapper {
		padding: 1.125rem;
	}
	
}




/* -- ILLUSTRATIONS IN GRID -- */

.item.illustration {
	background-color: #FFFF;
	
}

.item.illustration .illustration-holder {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#Illustration1 {
	background-image: url('../images/illustrations/art-wall.png');
}

#Illustration2 {
	background-image: url('../images/illustrations/bespoke.png');
}

#Illustration3 {
	background-image: url('../images/illustrations/polaroid.png');
}

#Illustration4 {
	background-image: url('../images/illustrations/phonebooth.png');
}

#Illustration1, #Illustration2, #Illustration3, #Illustration4, #Illustration5 {
	opacity: 1;
	/*transition: all 1s ease;*/
}

#Illustration1.active, #Illustration2.active, #Illustration3.active, #Illustration4.active, #Illustration5.active {
	opacity: 1;
}




/* -- ENDPAGE -- */

.endpage {
	position: relative;
	display: inline-block;
	width: 100vW;
	height: 100vH;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #666;
}

.rabbithole-container {
}

.rabbithole-wrapper {
}

.rabbithole {
	position: absolute;
	z-index: 20;
	bottom: 6rem;
	right: 12rem;
	width: 11rem;
	height: 15.5rem;
	opacity: 0;
	transition: all 0.5s ease;
}

.rabbithole.active {
	opacity: 0.9;
}

.rabbithole img {
	width: 100%;
}


.coda {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	border-top: 0.625px solid rgba(255,255,255,0.75);
	padding-top: 1rem;
	padding-bottom: 0.875rem;
	background-color: rgba(0,0,0,0.125);
	background-blend-mode: multiply;
}

.coda p {
	display: inline-block;
	font-size: 0.8125rem;
	color: rgba(255,255,255,0.8125);
	text-align: center;
	margin-bottom: 0;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.25);
}

/* -- VIDEO -- */

.video-container {
    position: relative;
    width: 100%;
    height: 100vH
}

.video-wrapper-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height:0
}

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





/* -- EXTRA -- */

.see-me {
	background-color: rgba(0,0,0,0.125);
}

.hide-me {
	display: none;
}

.h100 {
    height: 100vH;
}

.h200 {
    height: 200vH;
}

.h300 {
    height: 300vH;
}































