.image-block {	position: relative;	display: inline-block;}.image-block-embed {	position: absolute;	top: 47%;	right: -10px;	display: flex;	flex-direction: column;	justify-content: center;	align-items: center;	width: 100px;	height: 100px;	padding: 0.625rem;	background-color: #fff;	box-shadow: 20px 20px 30px rgba(37, 42, 45, 0.15);}.image-block-embed .counter-value {	color: #2dbc9a;}* + .image-block-title {	margin-top: 0.8125rem;}.image-block-left .image-block-embed {	top: auto;	left: -10px;	bottom: 10%;	right: auto;	box-shadow: -20px 20px 30px rgba(37, 42, 45, 0.15);}@media (min-width: 992px) {	.image-block-embed {		min-width: 136px;		min-height: 136px;		top: 47%;		right: -35px;	}	.image-block-left .image-block-embed {		left: -54px;		bottom: 13%;	}}