
/*  - correção de imagem da leitura das publicações do Admin */
.rdo-v130-post img.rdo-v130-hero-image,
.rdo-v129-read img.rdo-read-img{
  width:100% !important;
  max-width:820px !important;
  height:auto !important;
  max-height:620px !important;
  object-fit:contain !important;
  display:block !important;
  margin:12px auto 18px !important;
  border-radius:22px !important;
  background:#180000 !important;
}
.rdo-v130-post .rdo-v130-image-wrap,
.rdo-v129-read .rdo-v129-img-wrap{
  background:#120000 !important;
  border-radius:24px !important;
  padding:12px !important;
  border:1px solid rgba(255,209,0,.35) !important;
  margin:12px 0 18px !important;
}
.rdo-v130-post img.hero,
.rdo-v129-read img.hero{
  min-height:0 !important;
  background:none !important;
  object-fit:contain !important;
}
@media(max-width:720px){
  .rdo-v130-post .rdo-v130-image-wrap,.rdo-v129-read .rdo-v129-img-wrap{padding:8px!important}
}
