@media screen and (max-width: 1000px) {
	.gallery-complete .video-gallery{
		width: calc(100% - 48px);
	}

	.video-player .content-player{
		width: 100%;
		position: relative;
	}

	.video-player .gallery-video-player{
		width: 100%;
		position: relative;
		padding: 0;
		margin-bottom: 28px;
		text-align: center;
	}

	.video-player .content-player{
		margin-bottom: 16px;
		padding: 0;
	}

	.video-player .gallery-video-player .video-gallery{
		width: calc(50% - 5px);
		display: inline-block;
	}

	.video-player .gallery-video-player .video-gallery .info{
		padding-top: 8px;
		padding-bottom: 2px;
	}

	.video-player .gallery-video-player .video-gallery .info h3{
		font-size: 10px;
	}
}