@charset "utf-8";
#image_container {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	border-radius: 10px;
}
.btn, .btn[disabled], .btn:disabled {
	color: white;
	width: 50px;
	border: none;
	height: 50px;
	outline: none;
	font-size: 43px;
	background: none;
	border-radius: 100px;
	position: absolute;
	z-index: 10;
}
#image_label{
	padding-top: 3px;
	top: 20px;
	right: -10px;
	z-index: 10;
	position: absolute;
	width: 100px;
	height: 30px;
	text-align: center;
	background: rgba(224,1,32,1);
	color: white;
	border-radius: 8px 0px 0px 8px;
}