html.with-featherlight {
	overflow:visible
}
.flcaption {
	margin-top:-12px;
	margin-left:20px;
	margin-right:20px;
}
.featherlight-gallery .featherlight-content {overflow:hidden!important}
.featherlight .featherlight-content {overflow:hidden}

@media all { 
	.featherlight .featherlight-content {
	padding: 0;
  	border: none;
	max-height: 85vh!important; 
  	min-width: inherit;
 	}
 	.featherlight .featherlight-image {
    	max-width: 100%;  
    	border: 20px solid #fff;
 	}
 	.featherlight-next { right:20px; top:0px;} 
 	.featherlight-previous { left:20px; top:0px;} 
}

@media only screen and (max-width: 1024px) {
 	.featherlight .featherlight-content {
  	padding: 0;
  	border: none;
 	}
}