.breadcrumb-custom {
    background-image: url('../../img/individuals/credit/background.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.breadcrumb-custom {
    color: white
}

.breadcrumb-custom a {
    color: #F5F5F5
}

.credit .modal-open {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.credit .modal-open:hover h4 {
    color: #FFC409;
}

.credit .modal-open img {
    margin-bottom: 16px;
}

.credit .global-modal-content {
    max-width: 900px;
}

.credit .global-modal-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.credit .global-modal-window {
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .credit .global-modal-window {
        align-items: flex-start;
    }
}

.credit .modal-content-inner {
    height: 100%;
    background-color: white;
}

.credit .global-modal-window .global-modal-content {
    margin-top: 48px;
}