.til-hidden {
    display: none;
}

.til-z-index-900 {
    z-index: 900;
}

.til-full-height {
    height: 100%;
}

.til-no-border-bottom {
    border-bottom: none;
}

.til-no-margin-bottom {
    margin-bottom: 0;
}

.til-table-display {
    display: table;
}

.til-table-cell-middle {
    display: table-cell;
    vertical-align: middle;
}

.resp-photo-wrap {
    height: min(290px, 56vw);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.resp-photo {
    height: 100%;
    width: auto;
    display: block;
}

.image-uploader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 250px;
    height: 150px;
    border: 2px solid #ced4da;
    border-radius: 0.5rem;
    background-color: transparent;
}

.image-uploader-image {
    border-radius: 0.5rem;
    width: 250px;
}

.image-uploader-element {
    display: none;
}

.image-uploader-element.visible {
    display: block;
}