/* CSS for Responsive Elements */

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767) {}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768) {}
@media (min-width: 768) and (max-width: 991) {}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992) {}
@media (min-width: 992) and (max-width: 1199) {}

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