/* =====================================================
    _layout.css
===================================================== */

h1, .title-product h1 {
    font-family: "metabook_roman" !important;
}


.img-caption-white {
    position: absolute; 
    left: 0; 
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 1em 0;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}