.peertube-embed {
	position: relative;
	width: 100%;
	max-width: 720px;
	aspect-ratio: 16/9;
	margin: auto;
}

.peertube-embed iframe,
.peertube-embed .peertube-advisor {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.peertube-embed .peertube-advisor {
	display: flex;
	flex-wrap: wrap;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.peertube-header {
	display: flex;
	flex-wrap: wrap;
	padding: .5rem;
	align-items: center;
	height: 51px;
	color: #fff;
	text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000, 0px 0px 6px rgba(255,255,255,0);
}

.peertube-header > .channel-avatar {
	width: 48px;
	height: 48px;
}

.peertube-embed iframe {
	display: none;
}


.peertube-embed.show iframe {
	display: block;
}

.peertube-embed.show .peertube-advisor {
	display: none;
}

.peertube-buttons {
	width: 100%;
	align-self: self-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: .5rem;
	font-size: .8rem;
	gap: .5rem;
}

.peertube-buttons > * {
	width: 180px;
	text-align: center;
	border: 0;
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	padding: 5px;
	color: #222 !important;
	text-decoration: none !important;
	font-size: .7rem;
	cursor: pointer;
}
