
.content-edit-box{
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.content-edit-box button{
	pointer-events: auto;
	/*display: none;*/
}
.content-edit-box:hover button{
	/*display: block;*/
}
.content-active {
	outline: 5px solid #ffc107;
	outline-offset: -6px;
	border-radius: 20px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><line x1="0" y1="10" x2="10" y2="0" stroke="black" stroke-width="1" stroke-opacity="0.05"/></svg>');
}
img.cover{
	object-fit: cover;
}