.t-feed__post-popup__content.t-col.t-col_8{
  width: 100% !important;
  max-width: 1600px !important; /* можешь поставить 1400/1800 */
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Убираем боковые отступы у колонки */
.t-feed__post-popup__content.t-col{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Картинки/галереи — по ширине контента */
.t-feed__post-popup__content img,
.t-feed__post-popup__content .t-slds,
.t-feed__post-popup__content .t-gallery{
  max-width: 100% !important;
}

/* На телефоне оставляем поля */
@media (max-width: 980px){
  .t-feed__post-popup__content.t-col{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .t-feed__post-popup__content.t-col.t-col_8{
    max-width: 100% !important;
  }
}
