/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
      .subnav {
          top: 98px;
      }
      
      .subnav-nav {
          width: 224px;
          height: 59px !important;
      }
      
      .subnav-nav .filters {
          width: 194px;
      }
}

/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .subnav {
          top: 98px;
      }
      
      .subnav-nav {
          width: 224px;
          height: 59px !important;
      }
      
      .subnav-nav .filters {
          width: 194px;
      }
}

/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .subnav {
          top: 98px;
      }
      
      .subnav-nav {
          width: 224px;
          height: 59px !important;
      }
      
      .subnav-nav .filters {
          width: 194px;
      }
}