html, body {
	position: relative;
	height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	max-height: 100%;
	/*overflow-y: hidden;*/
}

#mac-video {
	position: relative;
}

h1 {
	color: #fff;
	font-size: 28px;
	position: absolute;
	z-index: 2;
	top: 3vw;
	left: calc(50% - 490px);
}

#title {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	/*overflow: hidden;*/
}

#title .swiper-slide {
	color: #fff;
}

#title .photographer {
	width: 900px;
}

#title .coder {
	width: 510px;
}

#title .musician {
	width: 660px;
}

#title .swiper-slide h3 {
	font-size: 58px;
	margin-top: 20vw;
	line-height: .91667;
	font-weight: 600;
	letter-spacing: -.015em;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	transition: opacity .3s;
	cursor: pointer;
}

#title .swiper-slide h3:hover {
	opacity: 1;
}

#title .prev h3 {
	opacity: 0;
}

#title .next h3 {
	opacity: 0.25;
}

#title .swiper-pagination {
	width: 980px;
	left: calc(50% - 490px);
	text-align: left;
	bottom: 30px;
}

#title .swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
	background: #fff;
	outline: none;
}

#videos {
	width: 100%;
}

#videos .swiper-slide {
	position: relative;
}

#videos video {
	width: 100%;
}

#videos .swiper-slide  .txt {
	color: #fff;
	position: absolute;
	top: 25vw;
	width: 800px;
	margin-left: calc(50% - 490px);
	font-size: 28px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .007em;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}	