@media
  only screen
  and (min-device-width               : 768px)
  and (max-device-width               : 1400px)
  and (orientation                    : andscape)
  and (-webkit-min-device-pixel-ratio : 1) {
}
