.tmc{
	width: 100%;
	height: 100%;
	background:#000000;
	opacity: .8;
	position: fixed;
	top: 0;
	display: none;
}
.tmc-box{
	width:50rem;
	height:auto;
	position: fixed;
	top:25%;
	left:25%;
	display: none;
}
.tmc-box img{
	width:100%;
}