@charset "UTF-8";
.sticky-container__video {
	height: 270px;
	width: 480px;
	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: 100% !important;
	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;
    bottom: -28px;
    right: 0;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    z-index: 100000001;
    font-family: Arial, sans-serif;
    cursor: pointer;
	-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);
}

.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: 14px;
	line-height: 20px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	background-color: rgb(0 0 0 / 39%);
	padding: 2px 16px;
}

.sticky-container_sticky .sticky-container__video {
	position: fixed;
	max-width: 100%;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	padding-top: 56.25%;
	height: 0;
}

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