/* JobLik 0.31.0 — keep the mobile header logo exactly as wide as the stats box */
@media (max-width:700px){
 .jsc-brand .jsc-joblik-brand,
 .jsc-brand .jsc-view-stats{
  width:78px!important;
  min-width:78px!important;
  max-width:78px!important;
  box-sizing:border-box!important;
 }
 .jsc-brand .jsc-joblik-brand{
  height:35px!important;
  min-height:35px!important;
  max-height:35px!important;
 }
 .jsc-brand .jsc-joblik-brand img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center!important;
 }
}
@media (max-width:390px){
 .jsc-brand .jsc-joblik-brand,
 .jsc-brand .jsc-view-stats{
  width:76px!important;
  min-width:76px!important;
  max-width:76px!important;
 }
 .jsc-brand .jsc-joblik-brand{
  height:34px!important;
  min-height:34px!important;
  max-height:34px!important;
 }
}
