/* Thumb classiche */
img.fc-size-60 {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

img.fc-size-100 {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

img.fc-size-200 {
    width: 200px;
    max-height: 100px;
    object-fit: cover;
}

/* Dimensioni speciali */
img.fc-size-0x60 {
    height: 60px;
    width: auto;
    object-fit: cover;
}

img.fc-size-0x100 {
    height: 100px;
    width: auto;
    object-fit: cover;
}

img.fc-size-0x200 {
    height: 200px;
    width: auto;
    object-fit: cover;
}

img.fc-size-800x0 {
    width: 800px;
    height: auto;
    object-fit: contain;
}
img.fc-w-800 {
    width: 800px;
    height: auto;
    object-fit: contain;
}

img.fc-size-720 {
    max-width: 100%;
    max-height: 720px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Gestione full */
img.fc-full, img.fc-original {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Limitazione massima */
img.fc-max-500 {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Supporto specifico */
img.fc-h-100 {
    height: 100px;
    width: auto;
    object-fit: contain;
}

img.fc-w-200 {
    width: 200px;
    height: auto;
    object-fit: contain;
}

/*VOTAZIONI*/

#photo-page #vota-box .fc-photo, #photo-zoom #vota-box .fc-photo {
    display: block;
    max-width: 100%;
    max-height: 100%;
}