
#modal_home {
	background: #000;
	position: fixed;
	top: 0px;
	left: 0px;
}
.btn-close { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 100; 
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 40px; 
	cursor: pointer;
}
