/* 
 * Surface Duo Styles
 * Screen: 540px x 720px
 */

@media (min-width: 540px) and (max-width: 720px) {
  /* Surface Duo styles here */
}

@media (orientation: portrait) and (min-width: 540px) and (max-width: 540px) {
  /* Surface Duo portrait (540px wide) */
}

@media (orientation: landscape) and (min-width: 720px) and (max-width: 720px) {
  /* Surface Duo landscape (720px wide) */
}
