@media screen and (max-width: 1700px) {
	.profileImage {
		height: 12.35vw;
	}
	.profileContent h1 {
		margin-top: 1.17vw;
		font-size: 2.05vw;
		line-height: 2.23vw;
	}
	.profileContent p {
		margin-top: 0.94vw;
		font-size: 1.06vw;
		line-height: 1.64vw;
		letter-spacing: 0.002vw;
	}
	.profileContent h2 {
		margin-top: 0.94vw;
		font-size: 0.94vw;
		line-height: 1.76vw;
		letter-spacing: 0.002vw;
	}
	.profileRight img {
		max-width: 26.47vw;
	}
	button.img {
		padding: 0.94vw;
	}
	.btnView {
		left: 8.23vw;
	}
	.btnView img {
		width: 0.94vw;
	}
}
/*
@media screen and (max-width: 1032px) {
	.mobileLandscape.on {
		position: fixed;
		left: 0px;
		top: 0px;
		display: inline-block;
		width: 100%;
		height: 100vh;
		background-color: #558ecd;
		z-index: 99;
	}
	.mobileLandscapeContent {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.mobileLandscapeContent h1 {
		display: inline-block;
		margin: 0px;
		font-size: 6.5vh;
		line-height: 8vh;
	}
	.mobileLandscapeContent img {
		width: 25vh;
		opacity: 0;
		transform: rotate(-90deg);
		transform-origin: 50% 50%;
		animation: phoneRotate 2.5s linear forwards infinite;
		margin-bottom: 2vh;
	}
	@keyframes phoneRotate {
		0% {
			opacity: 0;
			transform: rotate(-90deg);
		}
		15% {
			opacity: 1;
			transform: rotate(-90deg);
		}
		55% {
			opacity: 1;
			transform: rotate(0deg);
		}
		70% {
			opacity: 1;
			transform: rotate(0deg);
		}
		85% {
			opacity: 0;
			transform: rotate(0deg);
		}
	}

	.stickyDisclaimer.landscape {
		padding: 1.6vw 0px;
	}
	.stickyDisclaimer.landscape p {
		font-size: 2vw;
		line-height: 3vw;
	}
	.honestyContainer {
		height: 100vh !important;
		overflow-y: scroll;
	}
	.honestyContent {
		top: 0px;
		transform: translateX(-50%);
	}
	.honestyContent h1 {
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.honestyType {
		height: auto !important;
		width: auto !important;
		max-width: 360px !important;
		display: block;
		margin: auto !important;
		margin-top: 24px !important;
	}
	.honestyContent > div:last-child {
		margin-bottom: 24px !important;
	}
	.honestyType p {
		word-break: keep-all;
	}
	.videoHeader {
		position: relative;
		height: auto !important;
	}
	.videoHeader video {
		position: relative;
		height: auto !important;
	}
	
	.introSection {
		padding-bottom: 60px;
	}
	.profile {
		opacity: 1;
	}
	.profileBGLeft {
		display: none;
	}
	.profileLeft {
		position: absolute;
		left: 50%;
		width: 100%;
		transform: translateX(-50%);
	}
	.profileCopy.on {
		transform: translateY(-10vh) translateX(51px);
	}
	.profileImage {
		display: none;
	}
	.profileContent {
		top: 22vh;
	}
	.profileRight {
		left: 50%;
		width: 100%;
		transform: translateX(-50%);
	}
	.profileRight img {
		margin-right: 0px;
		margin-left: 0px !important;
		max-width: 400px !important;
		top: 65vh;
	}
	.profileDots {
		right: 4vw;
	}
	.profileDetail {
		max-width: 590px;
		padding-bottom: 40px;
	}
	.vimeoContainer {
		width: 100%;
		max-width: 594px;
		height: auto;
	}
	.videoCopy h1 {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.videoCopy {
		width: 100%;
		margin-left: 0% !important;
	}
}
*/
