/* ----------- Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1290px)
  and (max-device-width: 1920px)
  and (-webkit-min-device-pixel-ratio: 1) {
    .cat_box{
      height: 525px !important;
    }

    .top_leadmobile{
      display: none !important;
    }

    .top_leadscreen{
      display: block !important;
    }
}

@media screen
  and (min-device-width: 1024px)
  and (max-device-width: 1290px){
    .cat_box{
      height: 425px !important;
    }

    .top_leadmobile{
      display: none !important;
    }

    .top_leadscreen{
      display: block !important;
    }
}

/* ----------- Retina Screens ----------- */
@media screen
  and (min-device-width: 1024px)
  and (max-device-width: 1920px){
    .cat_box{
      height: 425px !important;
    }

    .top_leadmobile{
      display: none !important;
    }

    .top_leadscreen{
      display: block !important;
    }
}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen
  and (max-device-width: 1024px){
    .cat_box{

    }

    .top_leadmobile{
      display: block !important;
    }

    .top_leadscreen{
      display: none !important;
    }

}

/* Portrait */
@media only screen
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    .cat_box{

    }

    .top_leadmobile{
      display: block !important;
    }

    .top_leadscreen{
      display: none !important;
    }
}
