/* Убираем сортировку (Best, Newest, Oldest) */
#conversation #sort { display: none !important; }

/* Убираем подвал Disqus (Subscribe, Privacy, Do Not Sell My Data, логотип) */
#footer, .disqus-footer, .disqus-branding { display: none !important; }

/* Убираем кнопку "Поделиться" */
#conversation .share { display: none !important; }

/* Прячем футер Disqus с логотипом */
iframe[src*="disqus.com/embed/comments/"] { height: auto !important; }

/* Полностью скрываем кнопку "Show/add comments" */
.t219 .t-btn, .t219_butwrapper, .t219 table {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t-video__poster {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
}

@media screen and (min-width: 981px) {
  .contain-png {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-height: 100vh !important;
    max-width: 100vw !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    z-index: 1 !important;
  }
}

@media screen and (max-width: 980px) {
  .contain-png {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    z-index: 1 !important;
  }
}






    










