.contact-container {
    /* might need adjustment */
    margin: 60px 0 60px 0;
    cursor: pointer;
    /*border: 1px solid #aba9a9; */
}
.contact-cover
{
    margin:1px;
    text-align:left;
    display:inline-block;
    margin-bottom:30px;
    position: relative;
    cursor: pointer;
}
.contact-photo {
    border: 1px solid #aba9a9;
    margin-top: 5px;
    -moz-box-shadow: 2px 2px 3px #cac5c5;
    -webkit-box-shadow: 2px 2px 3px #CAC5C5FF;
    box-shadow: 2px 2px 3px #CAC5C5FF;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CAC5C5FF')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CAC5C5FF');
}
.contact-description-box {
    background: white;
    text-align: center;
    border: 1px solid #aba9a9;
    height: auto;
    position: absolute;
    padding: 5px;
    bottom: 15px;
    margin-left: 10px;
    min-height: 30px;
    -moz-box-shadow: 2px 2px 3px #cac5c5;
    -webkit-box-shadow: 2px 2px 3px #CAC5C5FF;
    box-shadow: 2px 2px 3px #CAC5C5FF;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CAC5C5FF')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CAC5C5FF');
}