.bbpopup 
{
	position: fixed;
	top: 0;
	left: 50%;
	/* width: 50% */
	transform: translate(-50%, -50%) scale(0.1);
	transition: all 0.75s;
	visibility: hidden;
	display: block;
	z-index: 100;
}
.n-bbpopup
{
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
}
.bbpopup .close
{
	position: fixed;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: url(images/close.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	cursor: pointer;
	border-radius: 50%;
	z-index: 101;
}
.bbpopup img 
{
	/* position: relative; */
	/* width: 600px; */
	/* height: 400px; */
	/* background: #fff; */
	border: 0;
	border-radius: 15px;
	display: flex;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);	
}