@media (max-width: 428px) {
	.topVis {
		background: url(../images/header.png) 0 0 no-repeat;
		background-size: cover;
		width: 428px;
		height: 214px;
	}

}



@media (min-width: 575px) {
	.topVis {
		background: url(../images/header.png) 0 0 no-repeat;
		background-size: cover;
		width: 430px;
		height: 215px;
	}

}
@media (min-width: 428px) {
	.topVis {
		background: url(../images/header.png) 0 0 no-repeat;
		background-size: cover;
		width: 575px;
		height: 287px;
	}

}
@media (min-width: 576px) {
	.topVis {
		background: url(../images/header.png) 0 0 no-repeat;
		background-size: cover;
		width: 540px;
		height: 270px;
	}

}
@media (min-width: 768px) {
	.topVis {
		background: url(../images/header.png) 0 0 no-repeat;
		background-size: cover;
		width: 720px;
		height: 360px;
	}

}
@media (min-width: 960px) {
	.container {
		max-width: 960px;
	}
	.topVis {
		background: url(../images/header.png) 0 0 no-repeat;
		background-size: cover;
		width: 960px;
		height: 480px;
	}

}
.topVis h1 {
	display: none;
}
.topVis p {
	display: none;
}
.makaiInfo {
	background: url(../images/0990_brick_s.jpg) 0 0 repeat
}
.quizBtn {
	background: url(../images/0471_slantedline_s.jpg)0 0 repeat
}
.Books img {
	width: 100%;
}
.Books ul {
	margin-left: 0px;
}
.Booksshoshi{
	padding-left: 0px;
}
.close-button {
	overflow: hidden;
}

.bmd-modalContent {
	box-shadow: none;
	background-color: transparent;
	border: 0;
}
 
.bmd-modalContent .close {
	font-size: 2rem;
	line-height: 2rem;
	padding: 0;
	text-shadow: none;
	opacity: .7;
	color:#fff;
}

.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
	opacity: 1;
	outline: none;
}
