/**
 * General responsive css
 * This is the last responsive css file, loaded after the others
 * This file includes styles do not fit into the other responsive 
 * css files, such as max-heights or specific resolutions aimed at specific devies
 */

/**
 * Short laptop screens, such as macbooks
 * height: 600px>=
 */
@media all and (max-width: 1380px) and (min-width: 768px) and (max-height: 600px) {
  
  
  
}