@charset "UTF-8";
.sticky-container__video {
    height: 230px;
    width: 409px;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 100000000;
}

.sticky-container_in-content .sticky-container__video {
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	width: auto;
	position: relative;
	bottom: auto;
	right: auto;
	overflow: hidden;
}

.sticky-container_in-content .sticky-container__video .sticky-container__object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.turbo-vjs .video-js:not(.sticky-container__video) {
	max-width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.vjs-fullscreen #sticky-close-button {
	display: none;
}

#sticky-close-button {
    position: absolute;
    color: #000;
    background-color: #FFFFFF;
    display: inline-block;
    right: 0;
    bottom: -28px;
    padding: 12px;
    z-index: 100000001;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 4px;
    cursor: pointer;
    transition: 0.6s;
	-webkit-box-shadow: -2px 2px 12px -4px rgba(0, 0, 0, 1);
	-moz-box-shadow: -2px 2px 12px -4px rgba(0, 0, 0, 1);
	box-shadow: -2px 2px 12px -4px rgba(0, 0, 0, 1);
}

#sticky-close-button:hover {
	color: #FFF;
	background-color: #222;
}

.player.video_player .video-player-ads-on .video-js::after {
	position: absolute;
	display: block;
	font-family: inherit;
	content: "Dzięki reklamie oglądasz za darmo";
	z-index: 99999999;
	top: 0px;
	left: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	background-color: rgb(0 0 0 / 39%);
	padding: 2px 16px;
}

.video-js {
    padding: 0 !important;
    overflow: unset !important;
}

.video-js .vjs-tech {
    position: initial !important;
	height: auto;
}

.sticky-container_in-content .sticky-container__video {
    height: auto !important;
	width: 100% !important;
}

.sticky-container_sticky .video-js .vjs-tech {
    height: 100% !important;
}

.video_player>.turbo-vjs {
	min-height: 340px;
	box-sizing: border-box;
}

.ima-controls-div {
    z-index: 999999999999999999999999;
}

.sticky-container_sticky .sticky-container__video .ima-ad-container {
	overflow: hidden !important;
}