.mugshots.mugshots-cases .shot:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 40px;
	top: 40px;
	background: var(--background);
	border-radius: 10px;
	z-index: 3;
}
@media screen and (max-width: 500px) {
	.mugshots.mugshots-cases .shot:before {
		left: 30px;
		top: 30px;
	}
}


.row.row-header .content .page_content .text_block.sticky:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: -25px;
	top: -25px;
	background: var(--background);
	border-radius: 10px;
	z-index: 3;	
}
@media screen and (max-width: 1200px) {
	.row.row-header .content .page_content .text_block.sticky:before {
		left: 0;
	}
}