/**
 * # RUTUBE.STYLE
 */

.play-rtb {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00A1E7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	border:none ;
	cursor: pointer;
	pointer-events: none;
} 
.play-rtb svg {
	width: 32px;
	height: 32px;
}
.header-rtb {
	width: 100%;
	max-width: 100%;

	display: grid;
	grid-template-columns: 50px 1fr;
	/*background-color: rgba(0, 0, 0, .13);*/
	position: absolute;
	top: .12em;
}

.header-rtb img {
	margin: auto;
}
.header-rtb	 p {
	line-height: 1.2;
	color: #fff;
	font-size: .8rem;
	padding: 0 .27em;
	text-shadow: 0 0 3px rgba(0,0,0,0.6); /* мягкая тень, хорошо читается */

}


/*@media only screen and (max-width : 480px) {

	.modal-content  {
	}

	.modal-content  #rtb-video {
	}
}

*/