.marquee {
    top: 0;
    position: fixed;
    overflow: hidden;
    height: 25px;
    width: 100%;
    padding-top: 5px;
    background-color: #ff0000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    z-index: 999;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}