#bmhouse-comments .bmhouse-comments-button a {
	/*right: 45px;*/
	padding: 10px 68px!important;
}
#bmhouse-comment-images {
	padding:0 !important;
}
#bmhouse-comment-images .dropzone {
	min-height: auto;
	border: none;
	background: transparent;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#bmhouse-comment-images .dropzone.dz-started .dz-message {
	display: block;
	width:100%;
}
#bmhouse-comment-images .dropzone .dz-message {
	margin:0;
	padding:1em 1.5em;
}
#bmhouse-comment-images .dropzone .dz-message .dz-button {
	text-align: left;
}
#bmhouse-comment-images .dropzone .dz-message .dz-button span {
	color:#00417C;
	padding-bottom:2px;
	border-bottom:1px solid #00417C;
}
#bmhouse-comment-images .dropzone .dz-preview.well {
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:0;
	background-color: transparent;
}
#bmhouse-comment-images .dropzone .dz-preview {
	position: relative;
	vertical-align: top;
	margin: 2px;
	max-width:100px;
	min-width:100px;
	min-height:100px;
	max-height: 100px;
	background: #0D47A1;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}
#bmhouse-comment-images .dropzone .dz-preview .dz-details {
	display: flex;
	justify-content: center;
	padding: 0;
}