html {
	width: 100%;
	visibility: hidden;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
	margin: 0;
	background-color: #fff;
	color: #000;
}

* {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	box-sizing: border-box;
}

.designed_developed {
	position: relative;
	bottom: 0;
	left: 0;
	padding: 10px;
	font-family: 'GT_america';
	font-size: 9px;
	line-height: 12px;
	width: 100%;
	text-transform: uppercase;
	color: #bbb;
	padding-top: 40px;
}

a {
	background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#000, #000);
	background-position: 0 90%, 100% 90%, 0 90%;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-size: .03em .03em, .03em .03em, .03em .03em;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.unmute_button{
position:relative;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
width:auto;
height:50px;
	font-family: 'gt_america';
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	cursor:pointer;
	display:none;
}

.mute, .unmute{
	position:absolute;
}

.mute{
visibility:hidden;
}

.no_padding {
	padding: 0;
}

.back_to_main,
.back_to_main02 {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 40px;
	width: 120px;
	height: 120px;
	z-index: 3;
	cursor: pointer;
}

.text_ani_wrap {
	overflow: hidden;
}

.padding_bottom {
	padding-bottom: 30px;
}

.page_intro {
	position: relative;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	height: auto;
	min-height: 100vh;
	text-align: left;
	overflow: hidden;
}

.page_intro_inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 780px;
	padding: 30px;
	margin: 0 auto;
}

.work_title {
	font-family: 'roslindale';
	font-size: 136px;
	line-height: 126px;
	padding-bottom: 25px;
	margin-top: -25px;
	pointer-events: none;
}

.me {
	position: relative;
	display: block;
	float: right;
	max-width: 280px;
	padding-left: 20px;
}

.work_org {
	position: relative;
	display: inline-block;
	width: auto;
	height: 18px;
	font-family: 'gt_america';
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.in_body_title {
	position: relative;
	display: inline-block;
	width: auto;
	height: 18px;
	font-family: 'gt_america';
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
}

.info_title {
	position: relative;
	display: block;
	width: auto;
	font-family: 'gt_america';
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding-top: 20px;
}

.work_org div {
	position: relative;
	display: block;
	pointer-events: none;
}

.work_title div {
	pointer-events: none;
}

.work_description {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	font-family: 'EB Garamond', sans-serif;
	font-size: 22px;
	line-height: 28px;
	overflow: hidden;
	margin-top: -10px;
}

.next_project_wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-family: 'roslindale';
	font-size: 90px;
	line-height: 80px;
	padding: 50px;
	text-transform: uppercase;
}

.next_project_text {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.underline {
	position: relative;
	display: block;
	height: 2px;
	width: 0;
	background-color: #000;
}

img {
	width: 100%;
}

.pin_image_wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 40px;
	padding-bottom: 20px;
	line-height: 0;
	overflow: hidden;
}

.pin_image_wrapper_moon {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 40px;
	line-height: 0;
	overflow: hidden;
}

video {
	width: 100%;
}

.video_adjust {
	margin-top: -1px;
	margin-bottom: -6px;
}

.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

:focus {
	outline: none !important;
}

.two_up_wrapper {
	position: relative;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	padding: 20px;
	line-height: 0;
}

.two_up_wrapper_inner {
	width: 50%;
	padding: 20px;
}

.two_up_text {
	line-height: 20px;
	padding: 40px;
	font-family: 'EB Garamond', sans-serif;
	font-size: 22px;
	line-height: 28px;
}

.full_bleed_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	line-height: 0;
}

.padding_moon_two_up {
	padding: 40px;
}

.pin_portrait_wrapper {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	height: auto;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	overflow: hidden;
	padding-bottom: 30px;
	line-height: 0;
}

.no_top_pad {
	padding-top: 0;
}

.portrait_wrapper {
	position: relative;
	width: 33.33333%;
	max-width: 340px;
	height: 100%;
	margin: 10px;
	border-radius: 10%/5%;
	overflow: hidden;
}

.portrait_wrapper_medium,
.portrait_wrapper_mtv {
	position: relative;
	width: 33.33333%;
	max-width: 340px;
	height: 100%;
	margin: 10px;
	border-radius: 10%/5%;
	overflow: hidden;
}

.mobile_frame {
	position: absolute;
	top: -2px;
	left: -1.5px;
	width: 100.8%;
	height: 100%;
	z-index: 1;
}

.mobile_frame02 {
	position: relative;
	margin-top: -217%;
	left: -1.5px;
	width: 101%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.mobile_frame_cannabis {
	position: relative;
	margin-top: -212%;
	left: -1.5px;
	width: 101%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.border_clip {
	clip-path: inset(1px 0 1px 0);
}

.border {
	border: 1px solid #eee;
	border-top: 2px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 2px;
}

.diptych_mobile,
.diptych_mobile_cannabis {
	max-width: 340px;
}

.medium_mobile {
	margin-bottom: -18px;
}

.diptych_mobile video {
	clip-path: inset(0px 0 19px 0 round 8%);
}

.diptych_mobile_cannabis video,
.diptych_mobile_cannabis_img {
	border-bottom-right-radius: 8%;
	border-bottom-left-radius: 8%;
}

.diptych_moon {
	clip-path: inset(0px 0 12px 0 round 2%);
}

.mobile_frame img {
	width: 100%;
}

.portrait_wrapper video,
.portrait_wrapper img {
	width: 100%;
	margin-bottom: -18px;
}

.portrait_wrapper_medium img {
	width: 100%;
}

.portrait_wrapper_mtv img {
	clip-path: unset;
	width: 100%;
}

.shift {
	margin-top: -8%;
	margin-bottom: -30px;
}

.iphone_frame {
	position: absolute;
	top: 0;
	left: 0;
}

.portrait_wrapper img {
	width: 100%;
}

.pinned_image {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.pinned_image img {
	width: 100%;
}

.page_image img {
	width: 100%;
}

.brand_twoup:nth-of-type(1) {
	padding-right: 0;
	padding-bottom: 0;
}

.brand_twoup:nth-of-type(2) {
	padding-left: 0;
	padding-bottom: 0;
}

.brand_pin_image {
	padding-top: 20px;
	padding-bottom: 0;
}

.brand_full_bleed {
	margin-top: -20px;
	margin-bottom: -20px;
}

.padding_bottom01 {
	padding-bottom: 20px;
}

@font-face {
	font-family: 'roslindale';
	src: url('../fonts/roslindale/Roslindale-DisplayCondensedLight.woff2') format('woff2'), url('../fonts/roslindale/Roslindale-DisplayCondensedLight.woff') format('woff');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'gt_america';
	src: url('../fonts/gt_america/GT-America-Extended-Medium.woff2') format('woff2'), url('../fonts/gt_america/GT-America-Extended-Medium.woff') format('woff');
	font-style: normal;
	font-weight: 300;
}


@media all and (max-width:1100px) {
	.work_title {
		font-size: 12.5vw;
		line-height: 11vw;
	}


}



@media all and (max-width:540px) {


.intro_pad{
padding:60px;
}
.unmute_button{
display:flex;
}
	.back_to_main,
	.back_to_main02 {
		margin: 20px;
		width:100px;
		height:100px;
	}
	
	.page_intro{
	min-height:calc(100vh - 114px);
	}

	.page_intro_inner {
		padding: 20px;
	}

	.me {
		max-width: 50%;
	}

	.work_description,
	.two_up_text {
		font-size: 20px;
		line-height: 26px;
	}

	.designed_developed {
		padding: 5px;
		padding-top: 0;
	}

	.work_title {
		font-size: 17.0vw;
		line-height: 15vw;
	}

	.full_bleed_wrapper {
		overflow: hidden;
		max-width: 100vw;
	}

	.page_image {
		width: 180%;
		margin-left: -60%;
	}

	.black_background {
		background-color: #000;
		color: #fff;
	}

	.pin_portrait_wrapper {
		display: block;
		padding: 0;
	}

	.portrait_wrapper_medium,
	.portrait_wrapper_mtv {
		display: block;
		width: 100%;
		margin: 0;
		margin: 0 auto;
		padding-top: 30px;
		max-width: 340px;
	}

	.pin_image_wrapper,
	.pin_image_wrapper_moon {
		padding: 0;
	}

	.next_project_wrapper {
		font-size: 67px;
		line-height: 57px;
		padding: 20px;
		padding-top: 30px;
		padding-bottom: 160px;
	}

	p {
		margin-block-start: .5em;
		margin-block-end: .5em;
	}

	.two_up_wrapper {
		padding: 0;
		padding-top: 20px;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.two_up_wrapper_inner {
		width: 100%;
		padding: 0;
	}

	.first {
		order: 1;
	}

	.second {
		order: 2;
	}

	.pinned_image .widen_mobile {
		width: 180%;
		margin-left: -40%;
	}

	.pinned_image .widen_mobile02 {
		width: 300%;
		margin-left: -60%;
	}

	.two_up_text {
		padding: 20px;
	}

	.diptych_mobile,
	.diptych_mobile_cannabis {
		display: block;
		margin: 0 auto;
		max-width: 340px;
	}

	.diptych_mobile_cannabis {
		padding-top: 40px;
	}

	.remove_from_mobile {
		display: none;
	}

	.top_adjust01 {
		padding-top: 0;
		margin-top: -10px;
	}

	.twenty_padding {
		clip-path: inset(0px 20px 20px 20px);
	}

	.divider {
		position: relative;
		display: block;
		width: 90%;
		height: 1px;
		background-color: #eee;
		margin: 0 auto;
		margin-top: -5px;
	}

	.padding_bottom02 {
		padding-bottom: 20px;
	}

	.padding_bottom01 {
		padding-bottom: 0;
	}

	.no_top_pad_mobile {
		padding-top: 0;
	}
}

@media all and (max-width:320px) {
	.work_title {
		font-size: 16.8vw;
		line-height: 15vw;
	}

	.next_project_wrapper {
		font-size: 50px;
		line-height: 50px;
	}

	.back_to_main,
	.back_to_main02 {
		margin: 10px;
	}

	.portrait_wrapper_medium,
	.portrait_wrapper_mtv,
	.diptych_mobile,
	.diptych_mobile_cannabis {
		max-width: 280px;
	}
}