@media(max-width:425px) {
    .ne-desktop {
        display: none
    }

    .ne-mobile {
        display: block
    }

    .mb-reading {
        width: 120px
    }

    .home-earn{
        padding: 0 25px;
	}

    .mb-left,
    .mb-right {
        width: 50%;
        padding: 5px;
        border: 1px solid #d7d7d7;
        height: 50px;
        line-height: 30px;
        text-align: center
    }

    .mb-left {
        border-left: none
    }

    .mb-right {
        border-left: none;
        border-right: none
    }

    ul.font-resizer {
        display: table;
        vertical-align: baseline;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 60%;
        margin: 12px auto
    }

    ul.font-resizer li.decrease a {
        font-size: 18px !important
    }

    ul.font-resizer li.reset a {
        font-size: 25px !important
    }

    ul.font-resizer li.increase a {
        font-size: 32px !important
    }

    ul.font-resizer li.active a {
        color: #333;
        border-bottom: 1px solid #333
    }

    ul.font-resizer li,
    ul.mob-sharer li {
        display: table-cell;
        line-height: 10px;
        cursor: pointer;
        padding: 0 5px
    }

    .mobile-footer,
    .most-popular-module,
    .sign-up-desktop {
        display: none
    }

    .toggle-cat {
        border-bottom: 1px solid #5d5d5d
    }

    .footer-items.toggle-items {
        display: none;
        margin-bottom: 15px
    }

    .mobile-arrow {
        display: block !important;
        position: absolute;
        right: 15px;
        color: #fff
    }

    .sign-up-mobile {
        display: block !important
    }

    .footer-subs {
        color: #fff;
        border: 1px solid;
        width: 60%;
        margin: auto;
        border-radius: 25px;
        line-height: 40px
    }

    footer.footer-copyright {
        padding-bottom: 80px;
        line-height: 0;
        text-align: center
    }

    .mob-nav-hidden {
        display: none
    }

    .mob-main-cat .mobile-arrow {
        color: initial
    }

    .mob-w100 {
        width: 100%
    }

    .mob-nav-hidden .mb-all-20px {
        margin-bottom: 0
    }

    #mobile-menu .bt-all-1pxsolidB2B2B2 {
        border-top: 1px solid #d7d7d7
    }

    .mob-main-cat h2 {
        color: initial
    }
}

@media (max-width:625px) {
    .mobile_hide {
        display: none !important;
    }
}