.videoWaral {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70%;
	transform: translate(-50%, 989%);
}

@media (min-width: 500px) and (max-width: 767px) {
	.videoWaral {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 70%;
		transform: translate(-50%, 996%);
	}
}

@media (min-width: 390px) and (max-width: 501px) {
	.videoWaral {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 70%;
		transform: translate(-50%, 1003%);
	}
}

@media (min-width: 350px) and (max-width: 389px) {
	.videoWaral {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 70%;
		transform: translate(-50%, 1006%);
	}
}

@media (min-width: 281px) and (max-width: 349px) {
	.videoWaral {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 70%;
		transform: translate(-50%, 1010%);
	}
}

@media (min-width: 200px) and (max-width: 280px) {
	.videoWaral {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 70%;
		transform: translate(-50%, 1015%);
	}
}
