﻿body {
	overflow: hidden;
}
.findoutbox {
	width: 100%;
	height: 300px;
	background: #CCC;
	width: 100%;
	height: 300px;
    display: flex;
	justify-content: center;
	align-items: center;
}
.findout {
	position: relative;
	margin: 0px auto;
	width: 300px;
}

	.findout:before {
		content: "";
		position: relative;
		display: block;
		width: 100%;
		padding-top: 43.33333%;
		background: url(/Content/Img/KeyWord/nothing.png) center center no-repeat;
		background-size: cover;
	}

	.findout > div {
		position: absolute;
		display: inline-block;
		width: auto;
		height: 3em;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 15px;
		text-align: center;
		line-height: 1.5;
	}
