img {
    /* width: 100%; */
}

#topnav {
    position: static;
}

.back-to-top {
    right: 50%;
}

.float-right {
    float: right !important;
}

.absolute {
    position: absolute !important;
}

.absolute.float-right {
    right: 0 !important;
}

.fixed {
    position: fixed !important;
}

.lottie {
    z-index: 9;
}

.dark .card {
    background-color: transparent;
    border: 1px solid #8492a6;
}

#top-promo-banner {
    background-color: #333;
    color: #f7961c;
    text-align: right;
    min-height: 80px;
}

#top-promo-banner img {
    width: 100%;
}

#top-promo-banner #countdown {
    position: absolute;
    right: 80px;
    top: 0px;
}

#top-promo-banner li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    vertical-align: middle;
}

#top-promo-banner li span {
    display: block;
    font-size: 2rem;
}

@media all and (max-width: 768px) {
    #top-promo-banner li {
        font-size: calc(1.125rem * var(--smaller));
    }

    #top-promo-banner li span {
        font-size: calc(3.375rem * var(--smaller));
    }
}

.demo-box img.demo-box-img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    object-position: top;
    transition: 11s all ease-in-out;
}

.demo-box img.demo-box-img:hover {
    cursor: n-resize;
    object-position: bottom;
}
