.ad_placeholder {
	background: rgba(96, 105, 112, 0.04);
	border: 1px dashed rgba(96, 105, 112, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:  center;
	font-size: 2rem;
	line-height:  2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(96, 105, 112, 0.4);
}