.blueimp-gallery .modal-body {
	position: relative;
	text-align: center;
	padding: 0 0 56.25% 0;
	overflow: hidden; 
}
.modal-content, .modal-dialog,  .modal-body {
	z-index:-1;
}
.blueimp-gallery .modal-footer {
	margin: 0;
}
.blueimp-gallery .modal-body img {
	max-height: 100%;
	width: auto;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; min-height:100%;height:auto;vertical-align:middle;
} 

@media screen and (min-width: 768px) {
  .blueimp-gallery .modal-dialog {
    right: auto;
    left: auto;
	width: auto;
    max-width: 900px;
    padding-left: 5%;
    padding-right: 5%;top: 12%; 
  }
} 
.modal.fade {overflow: hidden; } 
.modal-content { border:0; border-radius:0; } 
.modal-dialog { border:0; }
.modal-header { border:0; background:#000000;}
.modal-body { border:0; background:#000000; }
.modal-content a i  { position:absolute; cursor:pointer;  top: 50%; padding: 10%; color:#999999; }
.modal-content a.pull-right i  { right: 0; }
.modal-header button.close {color:#ffffff; opacity:.5;}
.modal-header button.close:hover {color:#ffffff; opacity:.7;}
.modal-header h4.modal-title {color:#ffffff; }