body{
	/*overflow: hidden;*/
}

.adcpopup_box{

background-color: rgba(0, 0, 0, 0.7);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;

/*
display: flex;
justify-content: center;
align-items: center;
*/

z-index: 9999999;
overflow: auto;

}

.adcpopup_box .fechar{
background-color: #000;
color: #fff;
display: block;
width: 25px;
height: 25px;

position: absolute;

top: 5px;
right: 5px;
z-index: 999;
text-decoration: none;
text-align: center;
padding: 1px;
font-weight: bold;
font-weight: bold;
    font-size: 16px !important;

}

.adcpopup_box .fechar:hover{
	background-color: #c00;
}

.adcpopup{
	background-color:#fff;
	display: inline-block;            
	position: relative;
	margin: auto;
	margin-top: 10vh;
	margin-bottom: 20px;  
	/*z-index: -1;*/
}



_:-ms-fullscreen, :root .adcpopup{
/*transform: translate(-50%, -50%);
transform: translateX(-50%);
*/
}




.adcpopup_box img{

	max-width: 90vw;

	/*

	max-height: 90vh;
	*/
}