header#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.projekt-single {
    margin-bottom: 80px;
}
.projekt-hero-photo img {
    /* max-height: 913px; */
    max-height: 80vh;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.projekt-info-item {
    flex-grow: 1;
    margin: 30px 0;
    border-left: 1px solid #271C0C;
    gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5px;
}

.projekt-info-item:last-child {
    border-right: 1px solid #271C0C;
}

.projekt-info-item-name {
    text-transform: uppercase;
}

.project-title {
    font-family: "Playfair Display", sans-serif !important;
    font-size: 60px !important;
    margin-bottom: 30px;
    line-height: 110%;
    letter-spacing: -1px;
}

.projekt-hero-photo {
    margin-bottom: 66px !important;
}

.projekt-description {
    font-size: 20px;
    line-height: 143%;
    margin-bottom: 60px;
}

.project-info-block {
    margin-bottom: 80px;
}

.projekt-info-item-name {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.projekt-info-item-content {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0%;
}

.projekt-info-item-content p {
    margin: 0;
}

.projekt-info-item-name {
    margin: 0;
}

@media (max-width: 992px) {
    .projekt-single {
        margin-bottom: 40px;
    }
    .projekt-hero-photo {
        margin-bottom: 24px !important;
    }

    .project-title {
        font-size: 32px !important;
        margin-bottom: 18px;
    }

    .projekt-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .project-info-block {
        margin-bottom: 40px;
    }

    .project-info-block {
        flex-direction: column !important;
    }

    .projekt-info-item {
        flex-basis: 100% !important;
        width: 100% !important;
        border-top: 1px solid #271C0C;
        border-left: unset;
        margin: 0px 0 !important;
        align-items: center;
        justify-content: center;
        padding: 12px;
        gap: 8px !important;
    }

    .projekt-info-item:last-child {
        border-right: unset;
        border-bottom: 1px solid #271C0C;
    }
}


/* Content photo-video*/
.project-one-row img{
  max-height: 718px;
}
.project-two-row img{
  max-height: 718px;
}

body .project-one-row .stk-img-wrapper img{
  aspect-ratio: 16/9 !important;
  height: auto !important;
}

body .project-two-row .stk-img-wrapper img{
  aspect-ratio: 3/4 !important;
  height: auto !important;
}

@media (max-width: 992px) {
    body .project-two-row .stk-img-wrapper img{
        aspect-ratio: 16/9 !important;
    }
}