.Mini {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}

.AjustadoBAK {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
.Ajustado {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    cursor: pointer;
}
