.image-buttons {
    position: relative;
    z-index: 1;
}

.image-button__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.image-buttons__heading h2 {
    padding-bottom: 20px;
}

.image-buttons__body {
    max-width: 800px;
    margin: 0 auto 20px;
}

.image-buttons-container {
    margin: 0 -22px 0 -13px;
    display: flex;
    justify-content: center;
}

.image-button {
    display: block;
    position: relative;
    z-index: 1;
}

/* .image-button__img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
} */

.image-button__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.37);
    padding: 20px;
    text-align: center;
}

.image-button__title {
    color: #fff;
    font-size: 20px;
}

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

.image-buttons ul.slick-dots {
    left: 0;
    bottom: -5px;
    transform: translate(0);
    text-align: center;
    padding-right:0;
}

.image-buttons-container.slick-dotted {
    padding-bottom: 30px;
}


.image-buttons-container {
    margin: 0 -52px 0 -13px;
}

.image-button__hover {
    padding: 34px;
}

.image-buttons .fx-slide {
    display: block;
}

.image-buttons-container {
    margin: 0 -16px;
}

.image-button__hover {
    flex-wrap: wrap;
    transition: all .3s;
}

.image-button__description {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 9px;
    height: 0;
    overflow: hidden;
    transition: all .3s;
}

.image-button__cta {
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
    color: var(--dark);
    font-family: 'arialbold';
    font-size: 14px;
    text-transform: uppercase;
    bottom: 0;
    transition: all .3s;
}

.image-button__cta i {
    padding-left: 5px;
}

@media (min-width: 1025px) { 
    .image-button--link:hover .image-button__cta {
            opacity: 1;
            transition: all .3s
        }
    
        .image-button--link:hover .image-button__hover {
            background-color: rgba(0, 0, 0, .51);
            transition: all .3s;
            top: 0;
        }
        
    .image-button--link:hover .image-button__description {
            height: auto;
            overflow: hidden;
            transition: all .3s
        }
}

.image-buttons-container .slick-slide>div {
    display: flex;
    justify-content: center;
}

.image-button__hover::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 70px);
    border: 1px solid #fff;
    opacity: 0;
    transition: all .3s;
}

.image-button--link:hover .image-button__hover::before {
    opacity: 1;
    transition: all .3s;
}

@media (min-width: 600px) { 
    .image-button--link:hover .image-button__hover::before {
            opacity: 1;
            transition: all .3s
        }
}

.image-buttons-container {
    padding-bottom: 0;
}

.image-buttons-item {
    padding-left:10px;
    padding-right:10px;
}

.image-buttons-item:hover .image-button__cta{
    display: block;
}
