.i-image {
    
}

.i-image-img-thumbnail {
    border-radius: 4px;
    max-height: 150px;
    max-width: 100%;
    cursor: pointer;
}

.i-image-img-full {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}