.bg-video {
    height: 90vh !important;
    pointer-events: none;
}

@media only screen and (max-width: 480px) {
    .bg-video {
        height: 40vh !important;
    }
}

.card figure {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 320px;
    object-fit: cover;
}

.card.business figure {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 240px !important;
    object-fit: cover;
}

.card.business .card-body {
    padding: 1.5rem;
}

.h-160 {
    height: 160px !important;
}

.h-160 img {
    object-position: top;
}

.align-start {
    align-items: start;
}

.flex-start {
    justify-content: flex-start;
}

.stat.dated {
    position: absolute;
    z-index: 1;
    width: max-content;
    top: 0;
    right: 0;
    background: #feda00;
    padding: 0.75rem;
}

.stat.dated .stat-title, .stat.dated .stat-value {
    color: #000201;
}

.relative {
    position: relative;
}

.content p a {
    color: #3687f3;
    text-decoration: underline;
}

.ended-event {
    position: absolute;
    background: #0000009c;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-dark-blue {
    background-color: #12284F;
}

.text-yellow {
    color: #FFC107;
}

.obj-cover {
    object-fit: cover;
}