.button-remove-image {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #0085ba;
	background: white;
	border: 0px;
	cursor: pointer;
	padding: 0px;
}

.thumbnail-container {
	display: block;
	width: 300px;
	position: relative;
}

.thumbnail-container.hidden {
	display: none;
}

.thumbnail-container img {
	max-width: 100%;
}
