/* BOOTSTRAP 4.1 Breakpoints */
/* XS */
@media only screen and (min-width: 0) and (max-width: 575px) {
    body.debug:before,
    body.local:before
    {content:"BS 5.2 | XS < 576";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
}
/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
     body.debug:before,
     body.local:before
     {content:"BS 5.2 | S >= 576";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
}
/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
     body.debug:before,
     body.local:before
     {content:"BS 5.2 | M >= 768";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
}
/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
     body.debug:before,
     body.local:before
     {content:"BS 5.2 | L  >= 992";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
}
/* XL */
@media only screen and  (min-width: 1200px) {
     body.debug:before,
     body.local:before
     {content:"BS 5.2 | XL > 1200";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
}
/* XXL */
@media only screen and  (min-width: 1400px) {
    body.debug:before,
    body.local:before
    {content:"BS 5.2 | XXL > 1400";position:fixed;bottom:0;right:0;padding:0 10px;color:#000;background:#FF0000;text-align:center;text-transform:uppercase;font-weight:bold;z-index:999999;}
}

