@media only screen and (max-width: 480px) {
  /* Масштабируем фоновую картинку */
  #rec1067432026 .t-cover__carrier {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    height: 70vw !important; /* или настрой под реальную пропорцию картинки */
  }

  /* Основной блок: убираем фиксированную высоту и цвет */
  #rec1067432026 {
    background-color: transparent !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
  }

  /* Текст под картинкой, без absolute */
  #rec1067432026 .t-cover__wrapper {
    position: static !important;
    padding: 20px 20px 30px 20px !important;
    text-align: center !important;
  }

  /* Убираем кнопки */
  #rec1067432026 .t-btn {
    display: none !important;
}