i {
    pointer-events: none;
}

ul {
    list-style-type: none;
}

/* IOS HTML disable double tap to zoom */
button {
    touch-action: manipulation;
}

.bg-cover {
    background-size: cover;
    background-position: center;
}

.card-image {
    background: rgb(249, 249, 249);
    cursor: pointer;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: contain;
}

.content-box {
    margin-bottom: 0;
    text-align: center;
    border-top: 1px solid #dee2e6;
    line-height: 24px;
    padding: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


@media (max-width: 767.98px) {
    .footer {
        margin-bottom: 62px;
    }
}