.aj-blocks {
	display: flex;
	opacity: 0;
	transition: opacity .7s ease;
}

[data-block="50"] {
	min-height: 200px;
	flex: 1;
	display: flex;
	align-items: center;
}

.aj-blocks__block--inner {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

/* overwrite weebly paddings and margins and height */
.aj-blocks-added {

}
.aj-blocks-added--full-width .wsite-section {
	height: auto!important;
}
.aj-blocks__container--full-width {
	padding: 0!important;
	width: 100%!important;
	max-width: 100%!important;
}