



.banner-container {
    height: 220px;
}
#mrp-header {
    height: 220px;
}

#content-well .mrp-weblet-rich-text *, 
#content-well .mrp-dynamic-form .form-inner > h3 {
	text-align: left !important;
}
#content-well .mrp-weblet-rich-text img {
    margin-left: 0 !important;
}
#content-well .mrp-dynamic-form {
    max-width: 100%;
}

.mrp-weblet-neighborhood-specialty-list .specialty-list .entry {
	display: flex;
	align-items: center;
}
.mrp-weblet-neighborhood-specialty-list .specialty-list .thumb-outer {
	position: relative;
	top: auto;
	left: auto;
	width: 300px;
        height: 200px;
}
.mrp-weblet-neighborhood-specialty-list .specialty-list .entry-info {
	width: calc(100% - 300px);
	margin-left: 0;
	padding-left: 25px;
}


@media (max-width: 920px) {

.mrp-weblet-neighborhood-specialty-list .specialty-list .entry {
        flex-wrap: wrap;
}
.mrp-weblet-neighborhood-specialty-list .specialty-list .thumb-outer {
	width: 100%;
}
.mrp-weblet-neighborhood-specialty-list .specialty-list .entry-info {
	width: 100%;
        padding: 20px 10px 10px 10px;
        text-align: center;
}

}