.pop-up-container{
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute;
	overflow: hidden;
	display: none;
}

.pop-up-background{
	width: 100%;
	height: 100%;
	z-index: 5;
	background: white;
	opacity: 60%;
	position: absolute;
}

.pop-up{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pop-up-closeButton{
position: absolute;
top: 0;
right: 0;
}




