.videoWho {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 84%;
	transform: translate(-49%, 64%);
}

@media screen and (max-width: 1125px) {
	.videoWho {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 83%;
		transform: translate(-49%, 67%);
	}
}

@media screen and (max-width: 767px) {
	.videoWho {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 83%;
		transform: translate(-49%, 72%);
	}
}

@media screen and (max-width: 520px) {
	.videoWho {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 83%;
		transform: translate(-49%, 73%);
	}
}

@media screen and (max-width: 487px) {
	.videoWho {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 83%;
		transform: translate(-49%, 75%);
	}
}

@media screen and (max-width: 447px) {
	.videoWho {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 83%;
		transform: translate(-49%, 77%);
	}
}

@media screen and (max-width: 412px) {
	.videoWho {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 83%;
		transform: translate(-49%, 79%);
	}
}

@media screen and (max-width: 377px) {
	.videoWho {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 83%;
		transform: translate(-49%, 81%);
	}
}

@media (min-width: 301px) and (max-width: 350px) {
	.videoWho {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 83%;
		transform: translate(-49%, 84%);
	}
}

@media screen and (max-width: 300px) {
	.videoWho {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 83%;
		transform: translate(-49%, 90%);
	}
}
