

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  /*
   * style
   */ }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  /*
   * style
   */ }

