﻿@charset "utf-8";
/* CSS Document */
#box_popup_che_deve_comparire {
	position: absolute;
	top: 0%;
	left: 0px;
	z-index: 999999;
	right: 0px;
	max-width: 100%;
	margin: 0px auto;
	padding: 40px 0px;
	height: 100%;
}
#box_popup_che_deve_comparire a.close {
	position: absolute;
	z-index: 99999;
	text-decoration: none;
	font-size: 50px;
	color: #ffffff;
	top: 20px;
	right: 20px;
	font-weight: bold;
}
#body_coprente {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}
#box_popup_che_deve_comparire img {
	max-height: 100%;
	position: relative;
	background: white;
	border: 10px solid white;
}
@media (max-width:1034px) {
	#box_popup_che_deve_comparire img {
		max-width: 95%;
		top: 50px;
	}
}
@media (max-width:875px) {
    #box_popup_che_deve_comparire img {
        max-height: 83%;
    }
}
