
.item-side-img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    max-width: 330px;
}

@media screen and (min-width: 780px) {
    .item-side-img {
        float: right;
        max-width: 33vw;
        margin-left: 20px;
    }
}

.icon {
    width: 30px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.icon--on-left {
    margin-right: 0;
}
.icon--address {
    margin-bottom: -3px;
}


.citySeal {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(/Content/Images/jax-seal.png);
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 0;
}
.cityLogo {
    display: inline-block;
    /* width: 100px;
    height: 100px; */
    background-image: url(/Content/Images/jax-logo.png);
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 0;
    width: 200px;
    height: 100px;
    background-size: contain;
}