<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.preroll-container
{
	display: inline-flex;
	position: relative;
}

.preroll-container .preroll-background
{
	background: #000000;
}

.preroll-container .preroll-foreground
{
	cursor: pointer;
}

.preroll-container .preroll-background,
.preroll-container .preroll-video,
.preroll-container .preroll-foreground
{
	width: 100%;
	height: 100%;

	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.preroll-container:not(.preroll-active) .preroll-element
{
	display: none;
}

.preroll-container .preroll-mute,
.preroll-container .preroll-skip
{
	display: flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;

	background: RGBA(0, 0, 0, .5);
	border-radius: 4px;
	cursor: pointer;

	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 3;
}

.preroll-container .preroll-skip
{
	color: #F2F2F2;
	padding: 0 12px;
	width: auto;
	left: auto;
	right: 12px;
	bottom: 12px;
}

.preroll-container:not(.preroll-allowskip) .preroll-skip
{
	display: none;
}

.preroll-container .preroll-mute img
{
	width: 26px;
	height: 24px;
}

.preroll-container:not(.preroll-muted) .preroll-mute img:last-of-type
{
	display: none;
}

.preroll-container.preroll-muted .preroll-mute img:first-of-type
{
	display: none;
}

/* From site */
.editor-body-vkvideo__ratio .preroll-container
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}</pre></body></html>