.img-wrapper {
    display: flex;
    justify-content: end;
}
.img-wrapper img {
    width: 75%;
    height: 60%;
}

.breadcrumbs a, .breadcrumbs span, .breadcrumb-image h1 {
    color: white !important;
}



.alert {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 100;
}

.alert-container {
    position: relative;
}