pre {
    display: none;
}

.container {
    position:relative;
    display: inline-block;
    width: 984px;
    height: 320px;
}

.table-cell-wrap {
    display: table-cell;
    width: 320px;
    height: inherit;
}

.contour {
    width: 300px;
    height: 300px;
}

.little_caption {
    position:relative;
    text-align:center;
    right:10px;
}

.bordered {
    outline: 1px solid rgba(0, 0, 0, 0.25);
}
