.panel-custom
{
    border-color: #ccc;
}
.panel-custom .panel-body
{
    position: relative;
}
.panel-custom .panel-footer
{
    color: #fff;
    background-color: #387594;
}
/* html:not(.ie) .panel-custom .panel-body figure
{
     display: table-cell;
    
    width: 100%;
    min-height: 200px;
    
    vertical-align: middle; 
} */

@media only screen and (max-width: 600px)
{
    .panel-custom .panel-body figure
    {
        min-height: auto;
    }
}
