/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-deerberg-gutenberg .deerberg_picture {
	background: #f1f1f1;
	float: right;
	width: 50%;
	min-height: 100px;
	text-align: center;
}

.wp-block-deerberg-gutenberg .deerberg_picture button {
	margin-top: 30px;
}

.wp-block-deerberg-gutenberg .deerberg_picture button.image-button {
	margin: 0;
	padding: 0;
	display: block;
}

.wp-block-deerberg-gutenberg .deerberg_picture img {
	display: block;
	z-index: 1;
	position: relative;
}

.deerberg_picture2 > *{
	max-width:100%;
}

.deerberg_left{
	text-align: left;
}

.deerberg_right{
	text-align: right;
}

.deerberg_center{
	text-align: center;
}
