@charset "UTF-8";.blueimp-gallery 

.blueimp-gallery  img,.blueimp-gallery  .video-content video,.blueimp-gallery  .video-content iframe,.blueimp-gallery  .video-content a{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;left:0;
	}
.blueimp-gallery .video-content video{
	display:none;
	}
.blueimp-gallery .video-playing video{
	display:block;
	}
.blueimp-gallery .video-content iframe{
	width:100%;
	height:100%;
	border:0;
	left:100%;
	}
.blueimp-gallery  .video-playing iframe{
	left:0
	}
.blueimp-gallery  .video-playing img,.blueimp-gallery .modal-body .video-playing a{
	display:none;
	}
.blueimp-gallery  .video-content a{
	cursor:pointer;
	}
.blueimp-gallery  .video-content a:after{
	font-family:"Glyphicons Halflings";
	-webkit-font-smoothing:antialiased;
	content:"\e029";
	font-size:64px;
	line-height:64px;
	width:64px;
	height:64px
	position:absolute;
	top:50%;
	margin:-32px 0 0 -32px;
	}
.blueimp-gallery  .video-loading a{
	background:url(../img/loading.gif) center no-repeat;
	background-size:64px 64px;
	}
.blueimp-gallery  .video-loading a:after{
	content:none;
	}

@media screen and (min-width:768px){
	.blueimp-gallery .modal-dialog{
		right:auto;
		left :auto;
		width:auto;
		max-width:1100px;
		padding-left:5%;
		padding-right:5%;
		}}