/*
 * IMAGENES COMPLETAS EN LAS TARJETAS DE CATEGORIAS DEL INICIO.
 * Las fotografias administrables no comparten siempre la misma proporcion.
 */
.categoria-portada-tarjeta .categoria-portada-picture,
.categoria-portada-tarjeta .categoria-portada-imagen {
    background: #eef2f5;
}

.categoria-portada-tarjeta .categoria-portada-foto,
.categoria-portada-tarjeta .categoria-portada-picture img.image.featured {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}

.categoria-portada-tarjeta .categoria-portada-foto:hover,
.categoria-portada-tarjeta .categoria-portada-foto:focus {
    transform: none !important;
}

/* Tarjetas antiguas de categorias y subcategorias: sus atributos fijos
 * 170 x 210 no deben recortar ni deformar una foto vertical, horizontal o
 * cuadrada. La imagen queda completa sobre un fondo neutro. */
#content img[width="170"][height="210"],
#content img[width="170px"][height="210px"] {
    object-fit: contain !important;
    object-position: center center !important;
    background: #eef2f5 !important;
}
