.image-buttons__top-content {
    color: #1C1C1C;
    padding-bottom: 5px;
}

.image-buttons__top-content h2 {
    padding-bottom: 10px;
}

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

.image-buttons {
    position: relative;
}

.image-button {
    position: relative;
    display: block;
    width: 100%;
    height: 143px;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    transition: all .5s;
}

.image-button__img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.image-button__hover:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(6, 45, 73, 0.9) 0%, rgba(6, 45, 73, 0.9) 20%, rgba(6, 45, 73, 0) 100%);
    z-index: -1;
    border-radius: 6px;
}

.image-button__hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 17px 14px;
    color: #fff;
    z-index: 1;
}


.image-button__description,
.image-button__cta {
    display: block;
}

.image-button__title {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.16em;
    font-weight: 700;
}

.image-button__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78px;
    height: 45px;
    background: #C39200;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #062D49;
    clip-path: polygon(16% 0%, 100% 0, 100% 100%, 0% 100%);
    padding-left: 15px;
}

.loadMore-image-button {
    margin-top: 12px;
}

.loadMore-image-button .btn-tertiary::before {
    transform: translate(0, -50%) rotate(90deg);
}

.more-image-button-item {
    display: none;
}

.image-button__description ul {
    margin: 0;
}

.image-buttons__wrap {
    position: relative;
    z-index: 3;
}

.image-buttons__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.image-button__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (min-width: 768px) {
    .image-button {
        height: 249px;
    }

    .image-button__hover {
        padding: 17px 16px;
    }

    .image-button__arrow {
        bottom: -1px;
        height: 46px;
    }

    .image-button__bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #F2CD5D;
        height: 45px;
        padding-left: 15px;
        display: flex;
        align-items: center;
    }

    .image-button__cta {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        color: #062D49;
        font-size: 18px;
        line-height: 1em;
        font-weight: 700;
    }

    .more-image-button-item {
        display: block;
    }

    .js-image-button-slider {
        margin: 0 -16px;
    }

    .js-image-button-slider .slick-slide {
        margin: 0 16px;
    }

    .js-image-button-slider .slick-arrow {
        border: 1px solid #0C9ACE;
        color: #0C9ACE;
        bottom: auto;
        background: #FFFFFF;
        top: 50%;
        transform: translate(0, -50%);
    }

    .js-image-button-slider .slick-prev {
        left: -6px;
        margin-left: 0px;
    }

    .js-image-button-slider .slick-next {
        right: -6px;
        margin-right: 0px;
    }
}


@media (min-width: 1200px) {

    .image-buttons__top-content {
        padding-bottom: 25px;
    }

    .image-button {
        height: 501px;
    }

    .image-button__hover {
        padding: 35px;
    }

    .image-button__title {
        font-size: 28px;
        line-height: 1.222em;
    }

    .image-button__bottom {
        padding-left: 32px;
        z-index: 1;
    }

    .image-button__bottom::before {
        content: '';
        position: absolute;
        background: #C39200;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        transition: all .5s;
    }

    .image-button:hover .image-button__bottom::before {
        width: 100%;
    }

    .image-button:hover .image-button__title {
        color: #F2CD5D;
    }

    .image-button__arrow {
        width: 108px;
    }

    .image-button__cta {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        color: #062D49;
        font-size: 18px;
        line-height: 1em;
        font-weight: 700;
    }

    .image-button__description {
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .image-button__description p {
        position: relative;
        top: -10px;
    }

    .image-button__description p.more {
        top: 0;
    }

    .image-button:hover .image-button__description {
        opacity: 1;
        transition: all 0.5s ease-in-out;
    }

    .image-button:hover .image-button__hover:after {
        background: linear-gradient(to bottom, rgba(6, 45, 73, 0.85) 0%, rgba(6, 45, 73, 0.85) 100%);
        transform: scale(1.05);

    }

    .image-button:hover {
        transform: scale(1.05);
    }


    .image-button:hover .image-button__description {
        transform: scale(0.95);
    }

    .image-button__description ul {
        margin-bottom: 0;
    }

    .image-button__description ul li {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .image-button__description ul li::before {
        background: #fff;
        top: 15px;
    }

    .image-button__description p.more {
        color: #F2CD5D;
        font-size: 21px;
        position: relative;
        display: inline-block;
        padding-right: 23px;
    }

    .image-button__description p.more:after {
        content: '\e905';
        font-family: 'finishing-systems-icon';
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        right: 0;
    }

    .image-buttons__top-content h2 {
        padding-bottom: 16px;
    }

    .js-image-button-slider .slick-arrow {
        background: transparent;
    }

    .js-image-button-slider .slick-arrow:hover {
        background: #FFFFFF;
    }

    .js-image-button-slider .slick-prev {
        left: -68px;
    }

    .js-image-button-slider .slick-next {
        right: -68px;
    }
}

@media (min-width: 1536px) {
    .image-button__title {
        font-size: 36px;
    }
}