@charset "utf-8";
/* CSS Document */
body::after {
    border: 0 none;
    bottom: 0;
    color: red;
    font-size: 40px;
    position: absolute;
    text-align: center;
    z-index: 9999;
    left: 0
}

@media ( min-width :768px) {
    body:after {
        color: #000
    }
}
/*IPAD QUER*/
@media ( min-width :992px) {
    body:after {
        color: #000
    }
}

@media ( min-width :1050px) {
    body:after {
        color: #000
    }
}



@media ( min-width :1450px) {
    body:after {
        color: #000
    }
}







/*IPHONE QUER*/
@media ( max-width :767px) {
    body:after {
        color: #000
    }
}

@media only screen and (max-width:480px) {
    body:after {
        color: #000
    }
}
/*iPad in landscape*/
@media only screen and (min-device-width :768px) and (max-device-width
    :1024px) and (orientation :landscape) {
    body:after {
        color: #000
    }
}
/*Retina iPad in portrait & landscape*/
@media only screen and (min-device-width :768px) and (max-device-width
    :1024px) and (-webkit-min-device-pixel-ratio:2) {
    body:after {
        color: #000
    }
}
/*iPad in portrait*/
@media only screen and (min-device-width :768px) and (max-device-width
    :1024px) and (orientation :portrait) {
    body:after {
        color: #000
    }
}
/*iPhone 5 in landscape*/
@media only screen and (min-device-width :320px) and (max-device-width
    :568px) and (orientation :landscape) {
    body:after {
        color: #000
    }
}
/*iPhone 5 in portrait*/
@media only screen and (min-device-width :320px) and (max-device-width
    :568px) and (orientation :portrait) {
    body:after {
        color: #000
    }
}
/* Samsung S3 default browser portrait*/
@media only screen and (device-width:720px) and (device-height:1280px)
    and (orientation:portrait) {
    body:after {
        color: #000
    }
}
/* Samsung S3 default browser landscape */
@media only screen and (device-width:1280px) and (device-height:720px)
    and (orientation:landscape) {
    body:after {
        color: #000
    }
}
/*(hdpi) Android*/
@media only screen and (-webkit-device-pixel-ratio:1.5) and
    (orientation:landscape) {
    body:after {
        color: #000
    }
}

@media ( max-width :355px) {
    body:after {
        color: #000
    }
}