.mdc_pannel_promo_mobile {
    display: none;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #FF7559;
}

.mdc_pannel_promo_mobile a {
    width: 100%;
    color: white;
    text-decoration: underline;
}

.mdc_close_btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

/* Mobile only */
@media screen and (max-width: 991px) {
    .mdc_pannel_promo_mobile {
        display: block;
    }

    #rightbar{
        width: 100%;
    }

    #sidebar_box{
        flex-direction: column;
    }
}
