.fancybox-image, .fancybox-spaceball {
    background: white;
    border: .5pc solid #fff;
    border-radius: 5px;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}	
	/*$(document).ready(function() {
 $('.fancybox').fancybox({
  beforeShow : function(){
   this.title =  $(this.element).data("caption");
  }*/
  
.fancybox-caption{
	bottom: 0;
	color:#fff;
	font-size: 16px;
	font-weight:400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
	text-align:center;
	}
	
	.fancybox-caption:after {
     border:none;
}
 });