/* vim: set fileencoding=utf-8 :
 * SPDX-License-Identifier: MIT
 * SPDX-FileType: SOURCE
 * SPDX-FileCopyrightText: 2022-2022 Pikopiko Network
 *                                 / 濃紺度胸会 Software Assembly
 *                         2015-2021 Grav
 * SPDX-FileContributor: Anthony Low <nodokai@pikopiko.org>
 * SPDX-FileContributor: Thomas Vantuycom
 */
.yt-video,
.yt-video-notice {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.yt-video-notice {
	display: flex;
	align-items: center;
	text-align: center;
	background-position: center center;
	background-size: cover;
}
.yt-video-notice-body {
	background-color: rgba(192, 192, 192, 0.95);
	padding: 1rem;
}
.yt-video-notice button {
	margin: 0.5rem;
}
.yt-video:not([src]),
.yt-video[src] + .yt-video-notice {
	display: none;
}
