.preview-block {
    background-color: #eee;
    padding: 0.5rem;
}

.preview_row {
    display: flex;
    flex-direction: row;
}

.perc50 {
    width: 50%;
}

.preview-block img {
    width: auto;
    max-height: 250px;
}

