@media only screen and (min-width: 0) {
    div.banner_odd {
        width: 100%;
    }

    #banner .owl-dots {}

    div.bannerText_odd {
        position        : absolute;
        left            : 0;
        bottom          : 0;
        font-size       : 1.8em;
        padding         : 5px 15px;
        background-color: rgba(255, 255, 255, .8);
    }
}