﻿#splashscreen .splash,
#splashscreen .bcg {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
		max-width:80vw;
}
#splashscreen .leaves {
	position:absolute;
	top:0;
	right:0;
		max-width:40vw;
}
#splashscreen .cross {
	right:auto;
	left:5px;
}
#splashscreen .line {
	position:absolute;
	left:0;
	bottom:8vh;
	height:10px;
	width:180px;
	background-color:#FFFF22;
}

