
#fblPopup1 {
	background-color: black;
	color: white;
    max-width: 400px;
    padding: 0;
}


#fblPopup1 .head {
	font-size: 24px;
	margin-top: 20px;
    padding: 20px;
}

#fblPopup1 .hint {
	font-size: 13px;
	line-height: 1.5em;
    margin-bottom: 20px;
    padding: 0px 20px 20px 20px;
}

#fblPopup1 .fancybox-close-small svg {
	filter: invert(1);
}

#fblPopup1 img {
    width: 100%;
}