
/* JobLik 0.33.291
   MOBILE landing only.
   Scope: Automotive + Construction cards.
   Smart Card and desktop are intentionally untouched.
*/
@media (max-width:760px){

  body .jpx-card--featured,
  body .jpx-card--construction{
    box-sizing:border-box!important;
    max-height:none!important;
    overflow:hidden!important;
  }

  body .jpx-card--featured .jpx-card__body,
  body .jpx-card--construction .jpx-card__body{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    padding-bottom:10px!important;
  }

  body .jpx-card--featured .jpx-card__body > strong,
  body .jpx-card--construction .jpx-card__body > strong{
    position:static!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:48px!important;
    margin-top:14px!important;
    margin-bottom:0!important;
    transform:none!important;
    box-sizing:border-box!important;
    flex:0 0 auto!important;
  }

  /* Preserve artwork proportions: no stretching, squeezing or cropping. */
  body .jpx-card--featured .jpx-card__image img,
  body .jpx-card--construction .jpx-card__image img{
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
    max-width:100%!important;
    max-height:100%!important;
  }
}

/* Desktop intentionally unchanged. */
