.shortz .card_container {
    height: 100%;
    background: #141414;
    box-shadow: 15px 15px 7px 0 rgba(0, 0, 0, 0.25);
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.shortz .card_container img {
    max-height: 50px;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.shortz .card_container h5 {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
}

.shortz .card_container h5 {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
}

/* Overlay image container used in Shortz widget */
.float_image {
    position: relative;
    height: 150px; /* space reserved for the overlaid image */
    width: 100%;
    pointer-events: none; /* allow clicks to pass through */
}

@media (max-width: 790px) {
    .float_image {
        height: 100px;
    }
}


.shortz .float_image img.float_image_img {
    height: 500px;
    width: auto;
    position: absolute;
    left: -185px;
    bottom: 0;
    overflow: visible;
}

.footnote_text {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 969px) {
    .shortz .float_image img.float_image_img {
        display: none;
    }
}

.button-con {
    gap: 50px !important;
}
@media (max-width: 790px) {
    .button-con {
        gap: 10px !important;
    }
}