#top_promo {
    height: auto;
    padding: 0;
}

#top_promo .owl-nav, #top_promo .owl-dots {
    display: none;
}


#top_promo .container {
    padding: 0;
    width: 100% !important;
    height: 80px !important;
    max-width:1440px !important;
}

#top_promo .owl-carousel .owl-item img {
    border-radius: 0px;
}

@media (max-width: 998px) {
    #top_promo .container {
        height: auto !important;
    }
}