@media (max-width: 576px) {

    #pda-title {
        padding: 0 !important;
        color: white;
        position: fixed;
        z-index: 11;
        top: 10px;
        left: 70px;
    }

    .pager-area {
        width: 100%;
        position: fixed;
        bottom: 0;
        margin: 0 !important;
        padding: 10px;
        background: linear-gradient(to bottom,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 1) 40%,
                rgba(255, 255, 255, 1) 100%);

    }

    .pager-area-bottom {
        height: 45px;
    }

}