// X-Small devices (portrait phones, less than 576px)
@media only screen and (min-width: 600px) { 

}

// Small devices (landscape phones, less than 768px)
@media only screen and (min-width: 768px) { 

}


// XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width