/* Mobile Only (< 576px) */
@media only screen and (max-width: 36rem) {
    
}

/* Tablet (> 576px) */
@media only screen and (min-width: 36rem) {

}

/* Laptoptop (> 1024px) */
@media only screen and (min-width: 64rem) {

}

/* Desktop (> 1440px) */
@media only screen and (min-width: 90rem) {

}