/* TownPost card image fit correction. */
.tp-card-image.real{
  height:auto!important;
  min-height:180px!important;
  max-height:none!important;
  align-items:center!important;
  background:#f4f0df!important;
  filter:saturate(.82) contrast(.94) opacity(.98)!important;
}
.tp-card-image.real img{
  width:100%!important;
  height:auto!important;
  max-height:320px!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  filter:saturate(.82) contrast(.94) brightness(1.03)!important;
  background:#f4f0df!important;
}
.tp-row-card .tp-card-image.real{
  min-height:210px!important;
}
.tp-row-card .tp-card-image.real img{
  height:100%!important;
  min-height:210px!important;
  max-height:360px!important;
  object-fit:cover!important;
  object-position:center center!important;
}
@media(max-width:760px){
  .tp-card-image.real,.tp-row-card .tp-card-image.real{min-height:160px!important;}
  .tp-card-image.real img,.tp-row-card .tp-card-image.real img{max-height:280px!important;min-height:0!important;object-fit:contain!important;}
}
