img.saved {
    object-fit: contain;
}

.thumbnail {
    background: white;
    height: 100%;
    padding: 0px;
}

#delete {
    display: none;
    color: #333;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 8px;
    background: transparent;
}

.savedChart {
    position: relative;
    height: auto;
    width: auto;
    text-align: center;
    width: max-content;
    margin: 0 auto;
}

.savedChart:hover #delete {
    display: block;
}

.thumbnails li {
    margin-bottom: 16px;
}

.thumbnails li:last-child {
    margin-bottom: 0px;
}

#controlsTab.is-visible, .is-visible #rhsForm {
  display: flex;
  flex: 1;
  flex-direction: column;
}
