div.poster,div.video-wrapper{position:relative;}
button.poster{position:absolute;left:5px;bottom:5px;cursor:pointer;}
button.poster-end{position:absolute;right:5px;bottom:5px;cursor:pointer;}
button.video{position:absolute;top:5px;right:5px;cursor:pointer;z-index:2000;}
img.poster{cursor:pointer;}


.responsive_embed {
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-top: 35px;
	position: relative;
	overflow: hidden;
}
.responsive_embed iframe,.responsive_embed embed,.responsive_embed object {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.thumb-item img{
	max-width: 100%; 
	height: auto !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
.blackout { position: fixed; z-index: 9998; background: rgba(0,0,0,0.4); width: 100%; height: 100%; top: 0; left: 0; }
#imagelightbox { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);position: fixed; z-index: 9999; -ms-touch-action: none; touch-action: none;-webkit-user-drag: none;user-drag: none; }


