hr.solid {
border-top: 1px solid;
}

.image-box-crop-center {
max-width: 1000px;
height: 250px;
}

.image-box-crop-center img {
width: 100%;
height: 250px;
object-fit: cover;
}

.image-box-crop-top {
max-width: 1000px;
/* max-height: 250px; */
object-position: 0%, 100%;
}

.image-box-fill {
max-width: 1000px;
height: 250px;
}

.image-box-fill img {
height: 100%;
object-fit: none;
}

.msg-info {
color: blue;
}

.msg-error {
color: red;
}

.btn-top-right {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    cursor: pointer;
    border: 0;
    border-radius: .25rem;
}