@media only screen  and (min-width: 1445px)  {
 
}




@media only screen  and (max-width: 1445px)  {

}


@media only screen  and (max-width: 1280px)  {
 
}


@media only screen and (min-device-width : 992px) and (max-device-width : 1200px) {
 
}



@media only screen 
  and (max-width: 992px) 
  and (min-width: 768px){
 
}



@media only screen 
  and (max-width: 767px) 
  and (min-width: 576px){
 
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 575px) {
 
}



@media only screen  and (max-width: 375px)  {
 
}




@media only screen  and (max-width: 320px)  {
 
}



@media only screen  and (max-width: 319px)  {
 
}