  .t958__slider {
    width: 100% !important;
    max-width: 100% !important;
  }




@media screen and (max-width: 960px) {
  /* Центрируем контейнер и задаем жесткие боковые отступы */
  .t-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Сбрасываем сдвиги, обтекания и внутренние отступы у колонки */
  .t-container .t-col {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
}
</style>
