
#macy-container::before { content: ""; display: table; clear: both;}
#macy-container { margin-top: 22px; }
#macy-container::after { content: ""; display: table; clear: both;}

.macy-item {
    margin-bottom: 24px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.macy-image {
  width: 100%;
  display: block;
  height: auto;
}

.macy-title {
    font-weight: bold;
    font-size: larger;
    color: #000;
    text-transform: uppercase;
}

.macy-description{
    padding:10px 2px 10px 2px;
    text-align:center;
    color:#808080;
}




