/*  video.js */
.video-js
{
	width: 640px; 
	height: 426px; 
	max-width: 100%; 
	position: relative; 
	/*left: 50%; 
	transform: translatex(-50%); display: block;*/
}

.vjs-big-play-button
{
	opacity: 0 !important;
}

video::-webkit-media-controls 
{
	display:none !important;
}

video::-webkit-media-controls-panel
{
	background-image: linear-gradient(transparent, transparent) !important;
}

#player_crypto
{
	/*margin: 60px 0;*/
	margin: 10px 0;
	/*height: 396px;*/
	height: 215px;
	background: url(/wp-content/themes/storefront_naska/img/logo_cryptopro_1280x426.png);
	background-repeat: no-repeat;
	/*background-position: center left;*/
	/*background-position: top left;*/
	background-position: 120px;
	/*width: 640px;*/
	width: 100%;
	background-size: 640px;
}

@media screen and (max-width: 800px) 
{
	#player_crypto
	{
		height: 230px;
		margin: 10px 0;
		background-size: 90%;
		background-position: center;
		width: 100%;
	}	
	.cont-mblock .zamok-1
	{
		display: none;
	}
	.product-dpr {
		padding: 10px 0 0px 0;
	}
}

