
    .experiences-wrapper {
    min-height: 80vh;
}.experiences-wrapper {
    display: flex;
    min-height: 900px;
    position: relative;
}.experiences-wrapper {
    display: flex;
    min-height: 900px;
    position: relative;
}
.experiences-item {
    display: flex;
    flex: 1;
    min-height: inherit;
    position: relative;
    transition: flex .8s ease-out;
    transition-delay: .2s;
    z-index: 1;
}
.image-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image-container {
    height: 100%;
    position: relative;
    transition: height .8s ease-out;
    transition-delay: .2s;
    width: 100%;
}.object-fit {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}.experience-counter {
    color: #fff;
    font-family: Helvetica-Neue-Extended,Arial,sans-serif;
    font-size: 56px;
    font-weight: 200;
    left: 50%;
    line-height: 52px;
    position: absolute;
    text-transform: uppercase;
    top: 17%;
    transform: translateX(-50%);
}.content-wrapper {
    max-width: 100%;
}.content-wrapper {
    bottom: 0;
    /* display: flex; */
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-top: auto;
    max-height: 100%;
    max-width: 100% !important;
    opacity: 0;
    padding: 0px 20px 24px 20px;
    position: absolute;
    transform: translateY(0) !important;
    flex-wrap: nowrap !important;
    top: 270px !important;
    position: relative;
}
.experiences-item .image-container img{
    height: 370px;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
}

.content-wrapper .title {
    max-width: 500px;
    width: 100%;
    color: #000;
}.content-wrapper .copy, .content-wrapper .copy p {
    font-family: Helvetica Neue LT Std,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}.content-wrapper .copy, .content-wrapper .copy p {
    font-family: Helvetica Neue LT Std,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}.content-wrapper>:last-child {
    margin-bottom: 0;
}.button-tertiary.iron:before {
    background-color: rgba(54,79,89,.75);
}.button-tertiary:before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 1px;
    margin-right: 16px;
    margin-top: 7px;
    transition: background-color .3s ease;
    width: 32px;
} .experiences-item.active {
    flex: 3;
}.experiences-item {
    display: flex;
    flex: 1;
    min-height: inherit;
    position: relative;
    transition: flex .8s ease-out;
    transition-delay: .2s;
    z-index: 1;
}
 .experiences-item.active .content-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s .5s,transform 1s .5s;
}
.experiences-item.active .image-container img{
    height: 45% !important;
} 
.content-wrapper h3 {
    margin: 0;
}

a.button-tertiary.iron {
    display: none;
}.content-wrapper a:hover {
    color: #000 !important;
}
.experiences-item.active span.experience-counter {
    animation: shimmer 9s;
    font-family: Helvetica-Neue-Extended,Arial,sans-serif;
    font-size: 96px;
    font-weight: 200;
    left: 80px;
    line-height: 80px;
    text-transform: uppercase;
    top: 170px;
    transform: translateX(0);
/*    transition: top 4s linear 2s,left 4s linear 2s,transform 2s linear;}*/
}
a.button-tertiary.iron {
    color: #222;
}

div#slide {
    overflow: hidden;
    height: -webkit-fill-available !important;
    height: 400px !important;
    min-height: 580px;
    position: relative;
}
@keyframes shimmer {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.8
    }

    to {
        opacity: 1
    }
}
