/*
===========
BREAKPOINTS
===========
*/

/* BOOTSTRAP 4.1 Breakpoints */

/* XS */
@media only screen and (min-width: 0) and (max-width: 575px) {
    .debug body:before{content:"BS 4.1 | XS 0 > 575";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) {
    .debug body:before{content:"BS 4.1 | SM 576 > 767";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) {
    .debug body:before{content:"BS 4.1 | MD 768 > 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;}
}

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .debug body:before{content:"BS 4.1 | LG 992 > 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;}
}

/* XL */
@media only screen and  (min-width: 1200px) {
    .debug body:before{content:"BS 4.1 | 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;}
}

/**/

/* XS SM */
@media only screen and (min-width: 0) and (max-width: 767px) {
}

/* XS SM MD*/
@media only screen and (min-width: 0) and (max-width: 991px) {
}

/* SM MD */
@media only screen and (min-width: 576px) and (max-width: 991px) {
}

/* MD LG */
@media only screen and (min-width: 768px) {
}
