/* @override 
	http://127.0.0.1:8000/streaming/broadcast/scum/test.css
	http://127.0.0.1:8000/static/streaming/css/broadcast.css */

.video-placeholder {
	background: linear-gradient(334deg, #2414f1 20%, #03f1ad 100%);
	background-size: 180% 180%;
	animation: gradient-animation 6s ease infinite;
	text-align: center;
	color: white;
	font-size: .8rem;
	text-shadow: 0 -2px rgba(0, 0, 0, .3);
	height: 108px
}
