.frame-type-tx_plate_ces_video atomic-videopreview:not(:defined){
	width: 100%;
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #333;
}
.frame-type-tx_plate_ces_video atomic-videopreview:not(:defined):before{
	content: "loading";
}
.frame-type-tx_plate_ces_video atomic-videopreview:not(:defined) *{
	display: none;
}
.frame-type-tx_plate_ces_video atomic-videopreview h2{
	color:white;
}
.frame-type-tx_plate_ces_video atomic-videopreview.xxxs h2{
	font-size: var(--plces-video-title-size, 16px);
}
.frame-type-tx_plate_ces_video atomic-videopreview.xxs h2{
	font-size: var(--plces-video-title-size, 16px);
}
.frame-type-tx_plate_ces_video atomic-videopreview.xs h2{
	font-size: var(--plces-video-title-size, 18px);
}
.frame-type-tx_plate_ces_video atomic-videopreview.sm h2{
	font-size: var(--plces-video-title-size, 21px);
}