#build-image-player {
	width: 100%; 
	background: black;
	display: none;
}
#build-image-player .image-player-viewer {
	height: 100%;
    width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#build-image-player img {
	height: 100% !important;
}
#build-image-player .image-player-viewer .image-player-play-view {
	background: #000;
    opacity: 0.75;
}
#build-image-player div#image-player-play-btn {
	float: left;
    width: 50%;
    cursor: pointer;
}
#build-image-player span.play-pause-btn {
	margin-left: 15px;
	color: #fff;
	font-size: 14px;
}
#build-image-player div#image-player-play-stats {
	float: right;
    text-align: right;
    padding-right: 15px;
	color: #fff;
	font-size: 14px;
}
#build-image-player div.clear {
	clear: both;
}