/* ==========================================================================
CUSTOM RESPONSIVE CSS
========================================================================== */

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
