.logo {
    width: 100%;
}

.staff__item {
    list-style-type: none;
}

.featuredblock__item.hasimage .featuredblock__image, .featuredblock__item.hasicon .featuredblock__icon {
    min-height: 50px;
}

.map__display {
    height: 400px !important;
}

.staff-member__image {
    background-size: cover;
    height: 210px;
}

img, picture {
    margin: 0 5px !important;}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

@media (max-width: 767px) {
.logo__link.logo__right .logo__image, .logo__link.logo__left .logo__image {
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
}

.logo__link.logo__left {
    flex-direction: column;
}
.wrap__page-content img, .wrap__editable img, .wrap__editable-content img, .staff-member img, .form img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}
}

