.mfp-content {
	height: 100% !important;
}


.mfp-auto-cursor .mfp-content {
    cursor: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



.mfp-close{
    color: #fff !important;
 
    margin-right: -10px !important;
    margin-top: -10px !important;
	
	background: linear-gradient(to right, #4ba438 0%, #aac446 100%) !important;
	border-radius: 50%;
}


.popup_outer {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: auto;
	width: 95%;
	max-width: 800px;
	    position: relative;
	
}

.popup_inner {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	background: linear-gradient(to right, #262261 0%, #3e388e 100%) !important;
	border: 0px solid #df2420;
	border-radius: 5px;
	padding: 30px;
	font-size: 0.9rem;
}

.popup_img {
	width: 200px;
}



.popup_img img {
    max-width: 90%;
    border-radius: 50%;
}


.popup_info {
	width: calc(100% - 200px);
}


.popup_name {
	font-size: 1.1rem;
	font-weight: 600;
}

.popup_position {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
}

.popup_country {
	font-size: 0.95rem;
	color: #2ab6da;
	text-transform: uppercase;
	margin-bottom: 20px;
}


.popup_bio {
	font-weight: 300;
	margin-top: 20px;
}