#banner-count {
    width: 30%;
    height: 60px;
    position: absolute;
    top: 0;
    right: 40px;
    background: transparent;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1015px) {
    #banner-count {
        line-height: 60px;
        text-align: center;
        width: 28%;
        right: 60px;
    }
}


@media only screen and (max-width: 910px) {
    #banner-count {
        width: 27%;
    }
}

@media only screen and (max-width: 800px) {
    #banner-count {
        width: 25%;
    }
}

@media only screen and (max-width: 775px) {
    #banner-count {
        right: 52px;
    }
}

@media only screen and (max-width: 730px) {
    #banner-count {
        right: 40px;
        font-size: 12px;
    }
}


@media only screen and (max-width: 630px) {
    #banner-count {
        padding-top: 10px;
        line-height: 20px;
        width: 22%;
    }
}

@media only screen and (max-width: 577px) {
    #banner-count {
        line-height: 60px;
        padding-top: 0;
        width: 41%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 490px) {
    #banner-count {
        width: 41%;
    }
}

@media only screen and (max-width: 455px) {
    #banner-count {
        width: 34%;
        line-height: 20px;
        padding-top: 10px;
    }

    @media only screen and (max-width: 405px) {
        #banner-count {
            width: 26%;
            font-size: 16px;
            text-align: left;
        }
    }

    @media only screen and (max-width: 370px) {
        #banner-count {
            width: 24%;
            font-size: 12px;
            line-height: 15px;
            padding-top: 15px;
        }
    }

    @media only screen and (max-width: 359px) {
        #banner-count {
            display: none;
        }
    }