#sticky {
    border-top: 5px solid #000000;
    width: 100%;
    max-height: 180px;
    height: 20%;
    padding: 20px 10px 10px;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 1.6em;
    text-align: center;
    position: fixed;    /*Here's what sticks it*/
    bottom: 0;          /*to the bottom of the window*/
    left: 0;            /*and to the left of the window.*/
}
.botom-sticky-inner {
    max-width: 1080px;
}
#sticky-h4 {
    font-size: .6em;
    margin: 0;
    line-height: 1em;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    #sticky-h4 {
        font-size: 1em;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
    #sticky-h4 {
        font-size: 1em;
    }

    #sticky {
        max-height: 120px;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
    #sticky-h4 {
        font-size: 1.2em;
    }
}
