@charset "UTF-8";

.outer {

	height: calc(100vh - 26px);
	position: relative;
}

.outer img {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
