#custom-image-embed-block .custom-image-badge {
	position: fixed ;
	width: 50px;
	height: 50px;
	z-index: 999;
	cursor: pointer;
	/* border: 1px solid #eee; */
	padding: 5px;
	/* border-radius: 50%; */
	/* background: #fff; */
}
#custom-image-embed-block img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media (min-width: 750px) {
	#custom-image-embed-block .custom-image-badge {
		width: 60px;
		height: 60px;
	}
}
