html, body {
	font-family: "Avenir", Arial, sans-serif;
}

/*homepage*/
.nav {
	width: 100%;
	height: 100px;
	color: #fff;
	background: rgba(0,0,0,.2);
	position: fixed;
	top: 0;
	z-index: 5;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.headroom {
    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    transition: transform 200ms linear;
}
.headroom {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.logo {
	position: absolute;
	top: 19%;
	left: 50px;
}
.logo img {
	width: 67px;
}
.nav ul {
    width: 50%;
    float: right;
    margin-right: 50px;
    text-align: right;
}
.nav ul li {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	line-height: 70px;
	letter-spacing: 4px;
	cursor: pointer;
	margin: 0 0 0 30px;
}
.nav ul li a {
	color: #fff;
	text-decoration: none;
}
.highlighters {
	position: fixed;
	right: 0px;
	top: 50%;
	height: 125px;
	z-index: 5;
	overflow: hidden;
	margin-top: -50px;
}
.highlighters ul {
	height: 100%;
	list-style: none;
}
.highlighters ul li {
	width: 20px;
	margin-top: 17px;
	height: 2px;
	background: #fff;
	opacity: 0.2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.highlighters ul li:nth-of-type(1) {
	opacity: 1;
}

.section {
	color: #fff;
}
.contact {
	background: url('../img/pink_bg.jpg');
	background-size: 7%;
	margin-top: -800px;
	position: relative;
	height: 800px;
	z-index: 6;
	text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.contact-buttons {
	width: 85%;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -40.6%;
}
.contact-buttons a {
	color: #fff;
}
.contact-button {
	font-size: 18px;
	display: inline-block;
	width: 20%;
	border: 2px solid #fff;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
	margin: 0 3px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.contact-button:hover {
	background: #fff;
	color: #ff00ff;
}
.tag-line {
	color: #fff;
	font-size: 1em;
	width: 80%;
	font-weight: bold;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 3px;
	top: 32%;
	left: 50%;
	margin-left: -40%;
	margin-top: -25px;
	height: 50px;
}
.email {
	width: 90%;
	height: 100px;
	margin: -50px auto 0 -45%;
	position: absolute;
	left: 50%;
	top: 40%;
	text-align: center;
}
.contact .email a {
	margin: 0 auto;
	font-size: 3.2em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 10px;
	text-align: center;
}
.carat {
	position: absolute;
	bottom: 20%;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	cursor: pointer;
}
.carat img {
	width: 100%;
}
.about {
	position: relative;
	top: 0;
	left: 0;
	height: 800px;
	width: 100vw;
	z-index: 6;
	background: #fff;
	margin-left: -100vw;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.about-pic {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 250px;
	margin-left: -125px;
}
.pink-square1 {
	width: 120px;
	height: 120px;
	background: rgba(255,0,255,0.8);
	position: absolute;
	top: 8%;
	left: 42%;
	margin-left: -60px;
	z-index:2;
}
.pink-square2 {
	width: 200px;
	height: 200px;
	background: rgba(255,0,255,0.8);
	position: absolute;
	top: 17%;
	left: 56%;
	margin-left: -100px;
	z-index:0;
}
.down-icon {
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: relative;
}

.down-icon span {
	background: #fff;
	height: 2px;
	position: absolute;
	top: 0;
	width: 30px;
	transition: left 0.2s ease-out;
}

.down-icon span:nth-of-type(1) {
	left: 0;
	transform: rotate(45deg);
}

.down-icon span:nth-of-type(2) {
	left: 20px;
	transform: rotate(315deg);
}

.down-icon:hover span:nth-of-type(1) {
	left: 10px;
}

.down-icon:hover span:nth-of-type(2) {
	left: 10px;
}

.right-icon {
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: relative;
}

.right-icon span {
	background: #ff00ff;
	height: 2px;
	position: absolute;
	top: 0;
	width: 30px;
	transition: top 0.2s ease-out;
}

.right-icon span:nth-of-type(1) {
	top: 0;
	transform: rotate(45deg);
}

.right-icon span:nth-of-type(2) {
	top: 20px;
	transform: rotate(315deg);
}

.right-icon:hover span:nth-of-type(1) {
	top: 10px;
}

.right-icon:hover span:nth-of-type(2) {
	top: 10px;
}
.pink-carat {
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 5%;
	cursor: pointer;
}
.pink-carat img {
	height: 100%;
}
.about-pic img {
	border-radius: 50%;
	width: 90%;
	z-index: 1;
}
.about-text {
	position: absolute;
	width: 30%;
	margin-left: 20%;
	top: 40%;
	color: #000;
	letter-spacing: 5px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
.pink-text {
	color: #fff;
	background: #ff00ff;
	padding: 3px 5px;
}
.section1 {
	background: #6d4fed;
	height: 100vh;
	margin-top: 0;
	position: relative;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.hello {
	color: #fff;
	font-size: 62px;
	font-weight: bold;
	letter-spacing: 16px;
	width: 400px;
	line-height: 88px;
	height: 80px;
	text-align: center;
	position: absolute;
	bottom: 250px;
	left: 420px;
	background: #01cdb4;
	text-transform: uppercase;
	z-index: 1;
}
.hello-cover {
	width: 400px;
	height: 80px;
	position: absolute;
	bottom: 250px;
	left: 420px;
	background: #6d4fed;
	text-transform: uppercase;	
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.there {
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 12px;
	width: 255px;
	text-align: left;
	height: 60px;
	position: absolute;
	bottom: 160px;
	right: 20%;
	text-transform: uppercase;
}
i {
	font-style: normal !important;
}
.project-header {
	font-size: 8em;
	letter-spacing: 0.3em;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 20%;
	left: 8%;
	z-index: 2;
}
.my-line-header {
	color: rgba(2,11,161,0.8);
}
.grimes-header {
	color: rgba(51,0,145,0.8);
}
.float-header {
	color: rgba(0,171,118,0.8);
}
.marcellus-header {
	color: rgba(19,37,173,0.8);
}
.montage-header {
	color: rgba(196,19,5,0.8);
}
.line-cover1, .line-cover2, .line-cover3, .line-cover4, .line-cover5 {
	top: 225px;
	left: 110px;
	position: absolute;
	height: 15px;
	width: 0px;
	background: #fff;
	z-index: 3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.project-date {
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: absolute;
	top: 62%;
	left: 9%;
	color: rgba(255,255,255,0.5);
}
.section2 {
	background: #314bde;
	position: relative;
}
.section2 .project-header {
	color: rgba(2,11,161,0.8);
}
.project-image {
	position: absolute;
	width: 725px;
	left: 600px;
	top: 170px;
}
.project-image img {
	width: 100%;
}
.float-image {
	width: 350px;
	position: absolute;
	left: 750px;
    top: 140px;
}
.marcellus-image {
	width: 800px;
	left: 500px;
	top: 140px;
}
.q-image {
	width: 550px;
	left: 750px;
}
.section3 {
	background: #8719da;
	position: relative;
}
.section3 .project-header {
	color: rgba(51,0,145,0.8);
}
.grimes {
	position: absolute;
	width: 50%;
	left: 500px;
	top: 90px;
}
.grimes img {
	width: 100%;
}
.section4 {
	background: #11dfb8;
	position: relative;
}
.section4 .project-header {
	color: rgba(0,171,118,0.8);
}
.float {
	position: absolute;
	width: 50%;
	left: 500px;
	top: 90px;
}
.float img {
	width: 100%;
}
.section5 {
	background: #6b7ee5;
	position: relative;
}
.section5 .project-header {
	color: rgba(19,37,173,0.8);
}
.marcellus {
	position: absolute;
	width: 50%;
	left: 500px;
	top: 90px;
}
.marcellus img {
	width: 100%;
}
.section6 {
	background: #ea583f;
	position: relative;
}
.section6 .project-header {
	color: rgba(196,19,5,0.8);
}
.montage {
	position: absolute;
	width: 50%;
	left: 500px;
	top: 90px;
}
.montage img {
	width: 100%;
}


/*project pages*/
.project-nav {
	background: rgba(0,0,0,.2);
}
.project-section {
	color: #fff;
	width: 100vw;
	height: auto;
}
.main-project-image {
	width: 70%;
	margin: 150px auto 50px auto;
}
.main-project-image img {
	width: 100%;
}
.secondary-project-image {
	width: 70%;
	margin: 50px auto 0 auto;
	position: relative;
}
.secondary-project-image img {
	width: 100%;
}
.tertiary-project-image {
	width: 70%;
	margin: 40px auto 0 auto;
}
.tertiary-project-image img {
	width: 100%;
	padding: 50px 0 30px 0;
}
.prjct-right {
	position: fixed;
	right: -70px;
	bottom: 51%;
	height: 15px;
	margin-top: -100px;
	color: #ff00ff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: bold;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	transform-origin: left top 0;
}
.prjct-left {
	position: fixed;
	left: -70px;
	bottom: 51%;
	height: 15px;
	margin-top: -100px;
	color: #ff00ff;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	transform-origin: right top 0;
}
.proj1 {
	background: #fff;
	margin-top: -800px;
	text-align: center;
}
.proj2 {
	background: #dddddd;
}
.proj3 {
	background: #fff;
	height: auto;
}
.proj4 {
	background: #efefef;
	height: auto;
	text-align: center;
}
.phone-images {
	width: 70%;
	margin: 0 auto;
}
.phone {
	width: 40%;
	margin: 50px auto;
	display: inline-block;
}
.phone img {
	width: 70%;
	margin: 0 auto;
	padding-left: 40%;
	padding-right: 40%;
	text-align: center;
}
.phone-proj-holder {
	width: 80%;
	margin: -800px auto;
	padding-top: 100px;
}
.phone-project-text {
	color: #bcbcbc;
	font-size: 1.8vw;
	line-height: 40px;
	letter-spacing: 2px;
	width: 60%;
	float: left;
	vertical-align: middle;
	margin-top: 15vw;
}
.phone-project-image {
	float: right;
	width: 26%;
	margin: 50px 50px 0 0;
}
.phone-project-image img {
	width: 100%;
}
.phone-full-bg {
	background: url('../img/float-full.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: -1%;
	margin-top: 108vw;
}
.graybg {
	background: #dddddd;
	padding-top: 20px;
	height: auto;
}
.phone-proj3 {
	background: #efefef;
	width: 100%;
	height: auto;
}
.phone-proj4 {
	background: #bcbcbc;
	width: 100%;
	height: auto;
}
.phone-proj3 img, .phone-proj4 img {
	margin: 0 auto;
	text-align: center;
	width: 350px;
	display: block;
	padding: 60px 0;
}
.marcellus-first {
	margin-top: -800px;
}
.whitebg {
	background: #ffffff;
}
.grimes-image {
	width: 64%;
	margin-top: 170px;
}

.grimes-image img {
	margin-top: -50px;
	padding-bottom: 50px;
}
.montage-image {
	width: 63%;
}
.marcellus-screen {
	width: 50%;
	padding: 0 0 50px 0;
	margin-top: 95px;
}

.mobile-show {
	opacity: 0;
	transition: all 0.3s;
}

.home, .p1, .p2, .p3, .p4, .p5 {
	margin: 0;
}

.main-div {
	height: 100vh;
}

.imac {
	position: relative;
	pointer-events: none;
	z-index: 1;
}

.bottom-links {
	margin-top: 100px;
}

.bottom-links a {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	color: #ff00ff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	padding: 120px 70px 0 70px;
}

.bottom-links br {
	line-height: 70px;
}

.project-section .vimeo {
	border: none;
	cursor: pointer;
	width: 92%;
	margin: 2.85vw 0 0 2.8vw;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.marcellus-screen .vimeo {
	margin: 1.1vw 0 0 2vw;
    height: 27vw;
}

.montage-image .vimeo {
	margin: 20px 0 0 0;
	pointer-events: none;
	position: static;
	width: 100%;
}

.video-close {
	cursor: pointer;
	color: #fff;
	font-size: 4vw;
	opacity: 0;
	position: absolute;
	top: -10px;
	left: 30px;
	z-index: 103;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.vimeo {
	height: 36vw;
	width: 100%;
}

.phone-video {
	text-align: center;
}

.video-vert {
	margin: 50px 0;
    height: 525px;
}

/*mobile styling*/
@media screen and (max-width:767px) {
	html, body {
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}
	body {
		height: auto;
	}
	.mobile-show {
		opacity: 1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.mobile-hide {
		display: none;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.logo {
		left: 30px;
	}
	.nav {
		z-index: 101;
	}
	.nav ul {
		float: none;
		margin: 0px auto;
		padding-left: 0;
		margin-left: 0;
		background: rgba(0,0,0,0.8);
		width: 100vw;
		height: 100vh;
		transition: all 0.3s;
		text-align: center;
		z-index:98;
	}
	.nav ul li {
		display: block;
		margin: 0 auto;
		text-align: center;
		transition: background 0.3s;
		color: #e813d1;
		font-size: 6vw;
		width: 150px;
	}
	.nav ul li a {
		color: #e813d1;
	}
	.about-link {
		text-align:center !important;
		padding-top: 120px;
	}
	.hamburger {
		position: absolute;
		right: 30px;
		top: 30px;
		z-index: 6;
		color: #fff;
		font-size: 2em;
		cursor: pointer;
		z-index:99;
	}
	.hamburger ul {
		text-align: center;
	}
	#nav-icon3 {
	  width: 35px;
	  height: 45px;
	  position: relative;
	  margin: 10px auto;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	}
	#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #fff;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	#nav-icon3 span:nth-child(1) {
	  top: 0px;
	}
	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	  top: 10px;
	}
	#nav-icon3 span:nth-child(4) {
	  top: 20px;
	}
	#nav-icon3.open span:nth-child(1) {
	  top: 10px;
	  width: 0%;
	  left: 50%;
	}
	#nav-icon3.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#nav-icon3.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	#nav-icon3.open span:nth-child(4) {
	  top: 10px;
	  width: 0%;
	  left: 50%;
	}
	.hello {
		font-size:8vw;
		top: 42%;
		left: 50%;
		width: 80vw;
		margin-left: -40vw;
	}
	.there {
		font-size: 4.4vw;
		right: auto;
		left: 50%;
		top: 61%;
		width: 50vw !important;
		letter-spacing: 8px;
		margin-left: -40vw;
		text-align: center;
	}
	.section {
		height: 600px;
	}
	.section1 {
		height: 800px;
	}
	.project-header {
		font-size: 10vw;
		line-height: 12vw;
		left: 10px;
		letter-spacing: 14px;
	}
	.project-date {
		left: 10px;
		top: 230px;
		font-size: 4vw;
		z-index: 4;
	}
	.project-image {
		left: 0px;
		width: 100vw;
		top: 120px;
	}
	.float-image {
		width: 70vw;
		margin-left: -35vw;
		left: 50%;
		top: 65px;
	}
	.q-image {
		width: 90vw;
		margin-left: -45vw;
		left: 50%;
	}
	.line-cover1, .line-cover2, .line-cover3, .line-cover4, .line-cover5 {
		top: 136px;
		left: 10px;
		height: 10px;
	}
	.highlighters {
		display: none;
	}
	.prjct-right, .prjct-left {
		font-size: 3vw;
	}
	.prjct-right {
		right: -15%;
		z-index: 99;
	}
	.prjct-left {
		left: -15%;
		z-index: 99;
	}
	.p1 .proj1 {
		height: auto;
		margin-top: 150px !important;
	}
	.p1 .main-project-image {
		margin-top: 150px !important;
	}
	.p1 .proj2 {
		height: auto;
		padding: 10px 0;
	}
	.p1 .proj3 {
		height: auto;
	}
	.p1 .proj4 {
		height: auto;
	}
	.p2 .proj1 {
		height: auto;
		margin-top: -50px !important;
	}
	.p2 .proj3 {
		height: auto;
	}
	.p5 .proj1 {
		margin-top: 0 !important;
	}
	.phone {
		display: block;
		width: 60%;
	}
	video {
		margin: 4px 0 0 6px;
		width: 96%;
	}
	.secondary-project-image {
		z-index: 100;
	}
	.phone img {
		width: 100%;
		padding-left: 0%;
	}
	.main-project-image {
		overflow: hidden;
	}
	.main-project-image img {
		width: 250%;
		margin-left: -75%;
	}
	.p3 .phone-proj3 img, .p3 .phone-proj4 img {
		width: 70%;
	}
	.phone-full-bg {
		height: 61vw
	}
	.phone-proj-holder {
		width: 100vw;
		height: 300vw;
		margin-top: 10vw !important;
	}
	.phone-project-image {
		position: absolute;
		left: 50%;
		width: 50%;
		margin-left: -25%;
		margin-top: 44vw;
	}
	.phone-project-text {
		width: 70vw;
		font-size: 3vw;
		line-height: 6vw;
		left: 50%;
		margin-left: 15%;
		margin-top: 0;
	}
	.p4 .tertiary-project-image {
		margin: 0 auto;
	}
	.marcellus-first {
		margin-top: 0;
	}
	.marcellus-screen {
		margin-top: 120px;
		width: 70%;
	}
	.marcellus-screen .vimeo {
		margin: 2.85vw 0 0 2.8vw;
		height: 36vw;
	}
	.montage-image {
		overflow: visible;
	}
	.pink-square1 {
		left: 23%;
		top: 4%;
		width: 100px;
		height: 100px;
	}
	.pink-square2 {
		top: 20%;
	    width: 150px;
	    height: 150px;
	    left: 70%;
	}
	.about-text {
		top: 49%;
		width: 88%;
		line-height: 18px;
		margin-left: 20px;
		letter-spacing: 4px;
	}
	.about-text hr {
		background-color: #fff;
		color: #fff;
		height: 0px;
		border: #fff;
	}
	.about-paragraph {
		font-size: 8px;
	}
	.about-pic {
		margin-top: -5%;
		width: 220px;
    	margin-left: -115px;
	}
	.contact {
		height: 100vh;
		position: absolute;
		top: 0;
		width: 100vw;
		margin-top: -120vh;
		z-index: 101;
	}
	.about {
		position: absolute;
		margin-left: -100vw;
		top: 0;
		z-index: 101;
	}
	.contact-button {
		width: 99%;
		height: 50px;
		line-height: 50px;
		margin-bottom: 8px;
	}
	.contact-buttons {
		margin-left: -43%;
		top: 70px;
	}
	.contact .email {
		top: 75%;
	}
	.contact .email a {
		letter-spacing: 2px;
		font-size: 0.8em;
	}
	.right-icon {
		top: -250px;
	}
	.right-icon span:nth-of-type(1) {
		top: 10px;
	}

	.right-icon span:nth-of-type(2) {
		top: 10px;
	}
	.tag-line {
		top: 79%;
		font-size: 0.7em;
	}
	.carat { 
		top: 6%;
		left: auto;
		right: 20px;
		margin-left: 0;
	}
	.down-icon span:nth-of-type(1) {
		left: 10px;
	}
	.down-icon span:nth-of-type(2) {
		left: 10px;
	}
	.section1 {
		height: 100vh;
	}
	.main-div {
		position: relative;
	}
	.video-vert {
		width: 70%;
    	height: 126vw;
	}
}

@media screen and (max-width:767px) and (orientation: landscape) {
	.main-div, .cd-section, .section1 {
		height: 150vh;
	}
	.hello {
		top: 25%;
	}
	.there {
		top: 45%;
	}
	.q-image {
		width: 52vw;
		left: 80%;
	}
	.phone-proj-holder {
		height: 175vw;
	}
}
