/** ***********************************************
*
* responsive.css
*
*********************************************** */
@media only screen and (max-width:2250px){
    html::before {content: "";}
}
@media only screen and (max-width:1350px){
    html::before {content: "";}
}
@media only screen and (max-width:1200px){
    html::before {content: "";}
}
@media only screen and (max-width:1080px){
    html::before {content: "";}
}
@media only screen and (max-width:1024px){
    html::before {content: "";}
}
@media only screen and (max-width:992px){
    html::before {content: "";}
}
@media only screen and (max-width:768px){
    html::before {content: "";}
}
@media only screen and (max-width:600px){
    html::before {content: "";}
}
@media only screen and (max-width:575px){
    html::before {content: "";}
}
@media only screen and (max-width:480px){
    html::before {content: "";}
}
@media only screen and (max-width:475px){
    html::before {content: "";}
}
@media only screen and (max-width:380px){
    html::before {content: "";}
}
@media (max-width:1545px){
    html::before {content: "";}
}
@media (max-width:1370px){
    html::before {content: "";}
}
@media (max-width:1350px){
    html::before {content: "";}
}
@media (max-width:1300px){
    html::before {content: "";}
}
@media (max-width:1200px){
    html::before {content: "";}
}
@media (max-width:1080px){
    html::before {content: "";}
}
@media (max-width:1024px){
    html::before {content: "";}
}
@media (max-width:992px){
    html::before {content: "";}
}
@media (max-width: 768px) {
    html::before {content: "";}
}
@media (max-width:767px){
    html::before {content: "";}
}
@media (max-width:600px){
    html::before {content: "";}
}
@media (max-width:480px){
    html::before {content: "";}
}
@media (max-width:380px){
    html::before {content: "";}
}
@media (min-width:1280px){
    html::before {content: "";}
}
@media (min-width:1200px){
    html::before {content: "";}
}
@media (min-width:1024px){
    html::before {content: "";}
}
@media (min-width:992px){
    html::before {content: "";}
}
@media (min-width:900px){
    html::before {content: "";}
}
@media (min-width:848px){
    html{font-size:inherit}
}
@media (min-width:799px){
    html::before {content: "";}
}
@media (min-width:770px){
    html::before {content: "";}
}
@media (min-width:768px){
    html::before {content: "";}
    html::before {
        /*content: "Mobile min-width:768px";*/
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: calc(9% + 10px);
        text-align: center;
        background: red;
        color: white;
        margin: 0 auto;
        font-size: 12px;
        z-index: 9999999;
    }
}



/** ******** END RESPONSIVE ************ */
