.preroll_activator, .preroll_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.preroll_activator {
	cursor: pointer;
}

.preroll_content {
	display: none;
	color: red;
	text-align: center;
	background: white;
}

.vjs-control-bar, .vjs-big-play-button {
	display: none !important;
}

.preroll-text {
	background: rgba(0,0,0,0.7);
	padding: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	font-size: 13px;
}

.preroll-text.mobile {
	width: 100%;
	height: 100%;
	line-height: 170px;
	padding: 0;
}

.preroll-text.withHover.mobile {
	width: auto;
	height: auto;
	padding: 4px;
	line-height: inherit;
}

.preroll-text.withHover {
	padding-right: 10px;
}

.preroll-text.withHover:hover {
	background: #36a8e0;
}

.preroll_video_container {
	position: relative;
}