.b14-entity-edit-container {
	position: relative;
	height: 0;
}

.b14-entity-edit-container .b14-entity-edit {
	position: absolute;
	left: -35px;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: rgba(0,0,0,0.85);
	border-radius: 50%;
	background-image: url('../images/edit-icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	transition: background-color 0.25s ease-out;
}

.b14-entity-edit-container:hover .b14-entity-edit {
	background-color: rgba(251, 2, 25, 0.85);
}