.image-buttons__headlines {
    margin-bottom: 10px;
}

.image-buttons__headlines h2 {
    margin-bottom: 12px;
}

.image-button-item {
    margin-top: 10px;
}

.image-button-carousel .image-button-item {
    display: block;
    padding: 0 16px;
}

.image-button {
    display: block;
    position: relative;
    height: 82px;
    background: #222222;
    transition: transform .2s linear;
}

.image-buttons__row {
    justify-content: center;
}

.image-button__no-link {
    cursor: default;
    pointer-events: none;
}

.image-button img {
    opacity: 0.25;
    transition: all ease 0.3s;
}
.img--wrapper.img-opacity-full img{
    opacity: 1 !important;
}

.image-button__details {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 26px 20px;
    transition: all .3s;
}


.image-button__title {
    color: #fff;
    margin: 0;
    padding: 0 50px 0 0;
    position: relative;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1em;
    letter-spacing: 0.1em;
}


.image-button__title i {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 9px;
    color: #FDBB12;
    margin-left: 12px;
    line-height: 0.5em;
    vertical-align: middle;
}

.image-buttons__bottom {
    margin-top: 35px;
}

.image-buttons + .image-buttons {
    padding-top: 0;
}
.image-buttons--inner .image-button__title::after{
    content: unset;
}
.image-buttons__bttn a{
    margin-bottom: 10px;
}

.js-image-button.image-button-carousel.fx-slider:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    padding-bottom: 0;
}

.js-image-button.image-button-carousel.fx-slider:not(.slick-initialized) > div {
    margin-bottom: 25px;
}

.js-image-button.image-button-carousel.fx-slider:not(.slick-initialized) > div a {
    overflow: hidden;
}

.object-fits {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.image-buttons__row .image-button-item > a {
    box-shadow: 0 0 10px rgba(0,0,0,.11);
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

.has-image-button-item--description:hover .image-button__description {
    opacity: 1;
}

@media (min-width: 768px) {
    .image-buttons__headlines {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    /* .image-buttons__bttn {
        margin-bottom: 10px;
    } */

    .image-button-item {
        margin-top: 15px;
    }

    .image-button {
        height: 140px;
    }

    .image-button__details {
        padding: 20px 20px;
    }

    .image-button__title {
        padding: 0 30px 0 0;
    }

    .image-buttons__row .image-button__title {
        padding: 0;
    }

    .image-buttons__row .image-button__title {
        line-height: 30px;
        letter-spacing: normal;
    }

    .image-button__title::after {
        content: "";
        position: absolute;
        right: -20px;
        width: calc(100% - 20px);
        height: 1px;
        background-color: #FDC408;
        top: -15px;
    }
}


@media (min-width: 1200px) {

    .js-image-button.image-button-carousel.fx-slider:not(.slick-initialized) > div {
        width: 33.33333%;
    }

    .image-buttons__bttn {
        margin-bottom: 0;
    }

    .image-button {
        height: 172px;
    }

    .image-button__details {
        padding: 22px 22px;
    }

    .image-button__title {
        font-size: 24px;
        line-height: 1em;
    }

    .image-button__title i {
        font-size: 37px;
        line-height: 0.8em;
    }

    .image-buttons__row .image-button__title i {
        font-size: 26px;
        margin-left: 0;
    }

    .image-button__description {
        font-size: 17px;
        color: #fff;
        line-height: 1.235em;
        opacity: 0;
        margin-bottom: 12px;
        font-family: 'univers57_condensed';
    }
    .image-buttons--inner .image-button:hover img {
     position : absolute ;
    }
     .image-buttons--inner .image-button:hover{
        height : auto ;
     }
    .image-button:hover .image-button__description {
        opacity : 1 ;
    }
      .image-buttons--inner .image-button:hover .image-button__details {
       position: relative;
    }

    .image-buttons--inner .image-button:hover .image-button__description {
        opacity: 1;
        top: 0;
        position: relative;
        transform: translate(0, 0);
        padding : 0 ;
       
    }

    .image-button:hover .image-button__title::after {
        display: none;
    }

    .image-button:hover  {
        background: #222222;
    }


    .image-button:hover img {
        opacity: 0.2;
        transition: all ease 0.3s;
    }

    .image-button:hover .image-button__details {
        padding-bottom: 33px;
    }

    .image-button:hover .image-button__details::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        left: 0;
        bottom: 0;
        background: #FEC408;
    }

    .image-button__title::after {
        content: "";
        position: absolute;
        right: -22px;
        width: calc(100% - 22px);
        height: 1px;
        background-color: #FDC408;
        top: -15px;
    }

}

@media (min-width: 1600px) {
    .image-buttons__headlines {
        margin-bottom: 18px;
    }

    .image-button-item {
        margin-top: 25px;
    }

    .image-buttons__row .image-button-item {
        margin-top: 45px;
    }

    .image-button {
        height: 262px;
    }

    .image-button__details {
        padding: 22px 22px;
    }

    .image-button__title {
        font-size: 35px;
        line-height: 1em;
        padding-right: 50px;
    }

    .image-buttons__row .image-button__title {
        padding: 0;
        font-size: 26px;
    }

    .image-button__title::after {
        top: -25px;
        width: calc(100% - 95px);
    }

    .image-button__description {
        font-size: 20px;
        line-height: 1.2535em;
    }

    .image-buttons__bttn {
        display: flex;
        align-items: center;
        gap: 4px;
    }
}

.image-button__slider {
    position: relative;
}

.progress {
    display: block;
    width: 179px;
    height: 6px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #E0E1E2;
    background-image: linear-gradient(to right, #FDBB12, #FDBB12);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    position: absolute;
    bottom: 12px;
    right: 213px;
}

.bg-light-gray .progress {
    background-color: #fff;
}

.arrow-slick-image__btn {
    display: none;
}

.js-image-button.image-button-carousel .slick-arrow {
    display: none !important;
}

.image-button-carousel .image-button {
    width: 320px;
}

@media (min-width: 768px) {
    .image-button__slider .image-button-carousel {
        margin: 0 -68px;
    }

    .image-button-carousel .image-button-item {
        padding: 0 16px;
    }

    .image-button-carousel .image-button {
        width: 320px;
    }
}

@media (min-width: 1200px) {
    .image-button__slider .image-button-carousel {
        margin: 0 -79px;
        padding-bottom: 25px;
    }

    .image-button-carousel .image-button-item {
        margin-top: 0;
        padding-top: 20px;
    }

    .image-button-carousel .image-button {
        width: 100%;
    }

    .image-button-carousel .image-button__title {
        padding-right: 50px;

    }

    .image-buttons--stacked .image-button:hover {
        transform: none;
    }

    .image-button:hover {
        transform: translate3d(0,-20px,0);
    }

    .image-button-carousel .slick-arrow {
        transform: translate(0, 0);
        background: #E0E1E2;
        border-color: #E0E1E2;
    }

    .arrow-slick-image__btn .slick-arrow,
    .bg-light-gray .image-button-carousel .slick-arrow {
        border-color: #222;
    }

    .arrow-slick-image__btn .slick-arrow::after,
    .image-button-carousel .slick-arrow::after {
        color: #000000;
    }

    .arrow-slick-image__btn .slick-arrow:focus,
    .arrow-slick-image__btn .slick-arrow:hover,
    .image-button-carousel .slick-arrow:hover {
        background: #FEC408;
        border-color: #FEC408;
    }

    .image-button-carousel .slick-next {
        left: auto;
        margin: 0;
        right: 79px;
    }

    .image-button-carousel .slick-prev {
        left: auto;
        margin: 0;
        right: 172px;
    }

    .image-button:hover .image-button__details {
        padding-bottom: 27px;
    }

    .image-button__slider .progress {
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        transform: none;
        bottom: 0;
    }

    .arrow-slick-image__btn .slick-arrow {
        position: relative;
    }

    .arrow-slick-image__btn .slick-arrow {
        margin: 0;
    }

    .arrow-slick-image__btn {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .arrow-slick-image__btn .slick-arrow {
        left: 0;
        right: 0;
        position: relative;
        transform: none;
    }
}

@media (min-width: 1600px) {

    .progress {
        width: 350px;
        bottom: 14px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .image-button-carousel .slick-prev {
        right: 183px;
    }
}