/* =============================================
   Ferri Catálogos - Public Styles
   Replicates the clean, image-only layout of
   the original catalog pages.
   ============================================= */

.ferri-catalog-body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.ferri-catalog-images {
    display: block;
    width: 100%;
    line-height: 0; /* Eliminates gap between images */
}

.ferri-catalog-images img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    outline: none;
    /* Prevents tiny gap between images in some browsers */
    vertical-align: top;
    line-height: 0;
    font-size: 0;
}
