.cropper-container {
	height: 360px;
	width: 100%;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
	overflow: hidden;
}

.perfect-image-upload input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.btn-toolbar.perfect-image-toolbar {
	margin: 0 0 15px 0;
}

.perfect-image-preview img {
	max-height: 250px;
	margin-bottom: 15px;
}

