
.featherlight.lb-top:last-of-type, .featherlight.lb-bottom:last-of-type {
	background: transparent;
}

.featherlight.lb-top {
	position: absolute;
	/*top: 8%;*/
}
.featherlight.lb-top .featherlight-content {
	/*vertical-align: top;*/
	border: 2px solid black;
}.featherlight.lb-bottom .featherlight-content {
	vertical-align: bottom;
	border: 2px solid black;
}
.featherlight .featherlight-inner {
    /* make sure its visible */
    display: block !important;
    text-align: center;
}