#result {
    position: relative;
    min-height: 300px;
}
#result_buttons {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 3;
}
#result_image {    
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
}

.og-image-container {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

.og-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
    border-radius: var(--border-radius-xs);
}