html.with-featherlight {
	overflow:visible
}
.flcaption {
	margin-top:-12px;
	margin-left:20px;
	margin-right:20px;
}
@media all { 
 .featherlight .featherlight-content {
	overflow: hidden;
  padding: 0;
  border: none;
  max-height: 87vh!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;
 }
}