/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2026 | 18:38:04 */
/* Lista samych odtwarzaczy YouTube - kategoria "youtube" i podkategorie */
.taniec-yt-item {
	margin: 0 0 4px;
	padding: 0;
	border: 0;
}

.taniec-yt-player {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
}

.taniec-yt-player iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

.taniec-yt-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 6px 10px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transition: opacity .15s ease;
}

@media (hover: hover) and (pointer: fine) {
	.taniec-yt-player:hover .taniec-yt-title {
		opacity: 1;
		pointer-events: auto;
	}
}