@media (orientation: landscape) {
	#whoText{
		width: 50%;
		float: right;
		box-sizing: border-box;
		padding-left: 2.5vw;
	}
	#whoImage{
		width: 50%;
		float: left;
		padding-bottom: 30%;
    	margin-top: 2vh;
    	background-image: url(../images/ring.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media (orientation: portrait) {
	#whoText{
		
	}
	#whoImage{
		background-image: url(../images/ring.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		padding-bottom: 40%;
	}
}

@media (orientation: landscape) {
	#whoVideo{
	    width: 50vw;
	    clear: both;
	    margin-left: 7.5vw;
	    margin-top: 3vh;
	}
}
@media (orientation: portrait) {
	#whoVideo{
		width: 70vw;
		margin-top: 2vh;
	}
}

#whoDiv{
	background-image: url(../images/bg-main.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}
@media (orientation: landscape) {
	#whoDiv{
		height: 90vh;
		overflow-y: auto;
		margin-bottom: 5vh;
	}
}
@media (orientation: portrait) {
	#whoDiv{
		height: 85vh;
		overflow-y: auto;
		margin-bottom: 5vh;
	}
}

#whoInternal{
	background-color: white;
	color: #999999;
	box-sizing: border-box;
	overflow: hidden;
}
#whoInternal a{
	color: #999999;
}

@media (orientation: landscape) {
	#whoInternal{
		margin-top: 5vh;
		margin-left: 15vw;
		width: 70vw;
		padding: 3vh 2.5vw;
		font-size: 2vh;
    	line-height: 3vh;
	}
}
@media (orientation: portrait) {
	#whoInternal{
		margin: 5vh 10vw 5vh 10vw;
		padding: 5vw;
		font-size: 2.5vw;
    	line-height: 5vw;
	}
}