/* Fuerza a la imagen de portada a usar todo el ancho disponible */
.obj_monograph_full .pkp_structure_sidebar .cover img, 
.monograph_full .cover img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}