.hover-tile-title {
    text-align: center;
    width: 100%;
    padding: 5px;
}

.hover-tile-buttons {
    text-align: center;
    width: 100%;
    padding: 0;
}
[class^="imghvr-"] .hover-tile-buttons a, [class*=" imghvr-"] .hover-tile-buttons a {
    position: relative !important;
}

.hover-tile-title p {
    margin-top: 0;
    margin-bottom: 2px;
    color: var(--text-color);
}

.hover-tiles .hover-tile-content {
    padding: 4rem 1.5rem 1rem 1.5rem;
    text-align: left;
}

.hover-tiles .column .column {
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
}

.hover-tiles img {
    height: auto;
    margin: 0 auto;
}

.hover-tiles figcaption, .hover-tiles figure {
    background-color: var(--green-color) !important;
    border-radius: var(--border-radius);
}

[class^="imghvr-"] figcaption, [class*=" imghvr-"] figcaption {
    padding: 0;
}

figcaption .row {
    height: 100%;
}

.hover-tiles-icon img {
   height: 150px; 
}

[class^="imghvr-"], [class*=" imghvr-"] {
    margin: 12px 0;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    
    [class^="imghvr-"] figcaption, [class*=" imghvr-"] figcaption {
        padding: 0 !important;
    }
    
    .hover-tile-title {
        position: absolute;
        top: 25px;
    }
    
    .hover-tile-buttons {
        position: absolute;
        bottom: 10%;
    }
    
    figcaption p {
        font-size: 1rem;
    }
    
}

@media screen and (max-width: 1023px) {
    
    .hover-tiles .hover-tile-content {
        padding: 1rem 1.5rem !important;
    }
    
    .hover-tile-title.gold {
        position: relative;
        border-radius: var(--border-radius) var(--border-radius) 0 0;
        padding: 10px !important;
    }
    
    figcaption .hover-tile-title, figcaption .hover-tile-buttons {
        display: none;
    }
    .hover-tiles img.tile-bg {
        width: 100%;
    }
    
    .hover-tiles .column {
        margin-bottom: 1rem;
    }
    
    [class*=" imghvr-"] figcaption {
        position: relative !important;
    }
    
    .hover-tiles figcaption {
        position: relative;
    }
    
    img.hover-tiles-icon {
       height: 100px; 
    }
    
    .hover-tiles figcaption .align-middle {
        -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
    
    /* SHOW MOBILE IMAGE */
    .large-img, .small-img {
        display: none;
    }
}

/* SHOW MOBILE IMAGE */
@media screen and (max-width: 1023px) {
    .large-img, .small-img {
        display: none;
    }
}

/* SHOW LARGE IMAGE */
@media screen and (min-width: 1024px) and (max-width: 1924px) {
    .small-img, .mobile-img {
        display: none;
    }
}
/* SHOW SMALL IMAGE */
@media screen and (min-width: 1925px) {
    .large-img, .mobile-img {
        display: none;
    }
}