.zoomable-container {
    background-color: #eff4d8;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: auto;
}

.zoomable {
    width: 100%;
    height: auto;
    min-height: 500px;
    display: block;
    object-fit: contain;
    pointer-events: auto;
}

.spacer {
    width: 100%;
    clear: both;
    height: 20px;
}