.memorial-items {
    margin: 0;
    overflow: hidden;
    zoom: 1;
}
.memorial-items .memorial-item {
    margin: 15px 10px;
    float: left;
    height: 300px;
    width: 300px;
}
.memorial-items .memorial-item IMG {
    margin: 0 auto;
    width: 100%;
}
.memorial-items .memorial-item .desc {
    border-radius: 15px;
}

@media screen and (max-width:560px)
{
    .memorial-items .memorial-item {
        margin: 15px auto;
        width: 300px;
        float: none;
        height: 300px;
    }
}
@media screen and (min-width: 561px) and (max-width: 960px)
{
    .memorial-items .memorial-item {
        margin: 15px 2%;
        width: 46%;
    }
}




.memorial-content IMG {
    margin: 0 15px 1em 0;
    float: left;
    max-width: 300px;
}
@media screen and (max-width:640px)
{
    .memorial-content IMG {
        float: none;
        margin: 0 auto 1em auto;
        max-width: 500px;
        width: 100%;
    }

    .firm-left .image {
        width: 64px;
    }
}