/*
// Large devices (desktops, 992px and up)
*/
@media (max-width: 1199px) {
}
/*
// Medium devices (tablets, 768px and up)
*/
@media (max-width: 991px) {
   
}

/*
// Small devices (landscape phones, 576px and up)
*/
@media (max-width: 767px) {

}
/*
// Extra small devices (portrait phones, less than 576px)
*/

@media (max-width: 575px) {
}

@media (max-width: 320px) {
}
