
#stripe {
    width: 100%;
    height: 70px;
    /*background-color: #bd262b;*/
    margin: 26% auto -15%;
}



@media(min-width:768px) {
    #stripe {
        display: none;
    }
}

