.gif-player {
	border: none;
	overflow: hidden;
}

	.gif-player img {
		display: block;
		margin: 0 auto;
	    border: 0;
		max-width: 100%;
		height: 100%;
	}


.gif-player .gp-controls {
	/*
	background: #000;
	background: rgba(0,0,0,0.5);
	*/
	width: 100%;
	height: 100%;

	position: absolute;
	/* bottom: -40px; */
	top: 0;
	z-index: 100;
	left: 0;
}

.gif-player:hover .gp-controls {
	/* bottom: 0; */
	/* width: 100%; */
}

.gif-player .gp-play {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/play.png) center center no-repeat;
	opacity: 0.5;
}
	
	/*
	.gif-player .gp-play:before {
		content: "";
		
		background-image: url(../img/controls.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		
		
		display: block;
		position: absolute;
		top: 0px;
		margin-top: 22%;
		
		left: 50%;
		margin-left: -75px;
		width: 150px;
		height: 150px;
		border-radius: 50%;
		border: 1px solid rgba(0, 0, 0, 0.5);
		background: url(/wp-content/themes/forsait_v2/img/platform-page/play.png) center center no-repeat;
	}
	*/
	
	/*
	.gif-player .gp-play:after {
		content: "";
		display: block;
		position: absolute;
		border: 20px solid transparent;
		border-left: 40px solid rgba(0, 0, 0, 0.5);
		width: 40px;
		height: 40px;
		top: 50%;
		margin-top: -15px;
		left: 50%;
		margin-left: -15px;
	}
	
		.gif-player .gp-play:hover:after {
			border-left: 40px solid rgba(0, 0, 0, 0.3);		
		}
*/

.gif-player .gp-fullscreen {
	background-color: #000;
	position: absolute;
	bottom: 8px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/wp-content/themes/forsait_v2/img/platform-page/controls.png) no-repeat;
}
	

.gif-player .gp-fullscreen {
	display: none;
}


	.gif-player .gp-play {
		left: 10px;
	}

		.gif-player .gp-play:hover {
			opacity: 1;
		}

	.gif-player .gp-fullscreen {
		background-position: 0 -48px;
		right: 10px;
	}

		.gif-player .gp-fullscreen:hover {
			background-position: -24px -48px;	
		}


	.gp-playing .gp-play {
		background: none;
	}

		

	.gp-loading .gp-play,
	.gp-loading .gp-play:hover {
		background: url(/wp-content/themes/forsait_v2/img/platform-page/ajax-loader.gif) no-repeat 50% 50%;
	}


	.gp-full .gp-fullscreen {
		background-position: 0 -72px;
	}

		.gp-full .gp-fullscreen:hover {
			background-position: -24px -72px;
		}	
		
/* FULLSCREEN */

.gp-full {
	position: fixed!important;
	left: 0!important;
	top: 0!important;
	background: #000;
	border: 0!important;
	height: 100%!important;
	width: 100%!important;
	z-index: 10000;
}

	.gp-horizontal img {
		width: 100%!important;
		height: auto!important;
	}

	.gp-vertical img {
		height: 100%!important;
		width: auto!important;
	}