/*html, body{
		overflow:hidden !important;
	}
*/
	#popup2{
		/*display: flex;*/
		display: none;
		height: 100vh;
		width: 100vw;
		background-color: rgba(0,0,0,.85);
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		align-items: center;
		justify-content: center;
	}
	#popup2 #popup_container{
		text-align: center;
		background-color: rgba(0,0,0,0.7);
		padding: 60px 30px;
		font-size: 20px;
		box-shadow: 0px -2px 20px 2px rgba(173, 22, 5, .5);
		max-width: 600px;
		border: 5px solid #AD1605;
	}
	#popup2 #popup_container img{
		margin: 0 auto;
		width: 80%;
		height: auto;
	}
	#popup2 #popup_container p{
		text-align: center;
		line-height: 30px;
		margin: 40px 0;
		color:#fff;
	}
	#popup2 #popup_container a{
		display: block;
		color: white;
		font-weight: 600;
	}
	#popup2 #popup_container a:hover{
		text-decoration: none;
		color: #AD1605;
	}

	/*#popup2 {
		display:none;
	}*/
