/* Tutaj jest miejsce na Twoje style */
#counter {
	margin-top: 64px;
}

.video {
	margin-top: -320px;
	position: relative;
}

.video .container-md {
	position: relative;
}

.video .plyr {
	position: relative;
	z-index: 2;
}

.card {
	display: block;
	background-color: transparent;
	font-size: 0.8em;
}

.card__wrapper {
	background-color: #0d0d0d;
	padding: 32px;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 32px;
}

.top-padding {
	padding-top: 150px;
}

.player-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.player-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
