#popup {
    position:fixed;
    display: none;
    top: 5%;
    left: 37%;
    width: 400px;
    background-color: #fff;
    z-index: 99999;
    border: 5px solid #222;
    border-radius: 5px;
    box-shadow: 0px 3px 22px 3px rgba(0, 0, 0, 0.75);
}
.popup-close {
	position: absolute;
	top: -25px;
	right: -23px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	/*background: url(/content/dam/industries/images/close.png);*/
}
.cover {
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	display: none;
}