img { max-width: 100%; }

.agentsGridStandard { justify-content: center; }
.agents { text-align: center; font-size: 14px; }
.agents .AgentProfile {
    border: 0px;
    background: none;
    float: none;
    display: inline-block;
    width: 180px;
    height: auto;
    overflow: hidden;
    margin: 10px 5px;
    position: relative;
    vertical-align: top;
}
.agents .AgentProfile .photo, .detailRight .contact .photo {
    position: relative;
    top: 5px;
    left: 5px;
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 2px solid #DADADA;
    margin-bottom: 8px;
}
.agents .AgentProfile .info {
    position: relative;
    top: 5px;
    bottom: 5px;
    left: auto;
    display: inline-block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}
.agents .AgentProfile .title {
    border-top: solid 1px #ffffff4f;
    border-bottom: solid 1px #ffffff4f;
    margin-bottom: 8px;
}
.agents .AgentProfile .phonef {
    color: #082857;
    font-weight: 600;
    font-family: arial;
}
.AgentProfile .name {
    font-size: 16px;
    padding-bottom: 4px;
}
.agents a { color: #ffffff; text-decoration: none; }

.photo, h1, h2, h3, h4  { text-align: center; }


.featuredCarousel .featuredGalleryBlockWrapper { text-align: center; }
.featuredCarousel .featuredGalleryBlock { float: none; display: inline-block; }

.myCommunity { color: #2D5A27; }

footer { padding: 30px 0; }
footer #copyright { margin-top: 60px; }
.footerContact { color: #2D5A27; }
.footerContact div {  margin: 1rem; }
.footerLogo .photo { margin-top: 20px; }
@media (min-width: 480px) {
    .photo, h1, h2, h3, h4 { text-align: inherit; }
    footer h4 { text-align: left; }
}

@media (min-width: 768px) {
    .footerLogo .photo { text-align: end; }

}
