/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
 

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  

}