.admin__delete-btn {
	background-color: #ff0000;
	color: white;
	border: none;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.admin__delete-btn:hover {
	background-color: #dd0000;	
}

.admin__img-name {
	color: white;
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	text-align: left;
	word-break: break-all;
	right: 15px;
}