/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 100%;
	min-height:560px;
	/*border: 1px solid #efefef;*/
}
.easyzoom a img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	max-width: 100%;
	/* max-height:410px; */
	max-height:100%;
}
.easyzoom img {
	vertical-align: bottom;
}
.easyzoom.is-loading img {
	cursor: progress;
}
.easyzoom.is-ready img {
	cursor: crosshair;
}
.easyzoom.is-error img {
	cursor: not-allowed;
}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
}
/*thumnail css*/

pre, code, var, tt {
	font-size: 15px;
	font-style: normal;
}
pre {
	overflow: auto;
	padding: 1em .5em;
	border: 1px solid #333;
	line-height: 1.25;
	text-align: left;
	border-radius: 5px;
}
.video-box{ 
	padding: 0px;
    float: left;
    background: #fff;
    line-height: 0px;
    width: 85px;
    height: 115px;
    margin: 15px 5px 25px 5px !important;
    border: 1px solid #e5e5e5;
    display: flex !important;
    align-items: center;
    text-align: center;
    justify-content: center; }


 


.thumbnails {
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	text-align: center; 
	float: left;
}
.thumbnails li {
	padding: 0px;
	float: left;
	background: #fff;
	line-height: 0px;
	width: 83px;
	height: 115px;
	margin: 0px 5px 25px 5px !important;
	border: 1px solid #e5e5e5;
	display: flex !important;
	align-items: center;
	text-align:center;  
}
.thumbnails li a{ text-align:center;   margin:0 auto;
}

 .thumbnails img {
	margin:auto;
	max-width: 100%;
	max-height: 100%;
	left: 0; 
	display:flex;
	right: 0;
	top: 0;
	bottom: 0;
}
.toggle {
	display: block;
	margin: 10px auto 1.5em;
}
 @media screen and (max-width:767px) {
.thumbnails li {
	width: 62px;
	height: 81px;
	margin: 0px 10px 5px 10px;
} 
.video-box { width: 62px; height: 81px;  
     
}
.easyzoom {
   
    min-height: 456px;
     
}
}



 




@media screen and (max-width:380px) {

.easyzoom { min-height:250px;
	 
}
.thumbnails li {
	width: 38px; 
	height: 60px;
	margin: 0px 2px 5px 0px;
}
.video-box { width: 38px !important; height: 60px;  
     
}
.video-box {margin: 5px 5px 5px 5px !important;}
.thumbnails { margin: 5px 0;}

}
















