#rec1905020491 .t396__carrier,
#rec1905020501 .t396__carrier{
  background-image: url("https://static.tildacdn.com/tild3736-3232-4037-b935-663433313435/71a135b9637771ef7b41.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Позиционирование картинки (если хочешь чуть разный кадр) */
#rec1905020491 .t396__carrier{ background-position: top center !important; }
#rec1905020501 .t396__carrier{ background-position: center center !important; }

/* Оверлей ОДИНАКОВЫЙ для обоих блоков */
#rec1905020491 .t396__artboard,
#rec1905020501 .t396__artboard{
  position: relative !important;
}

#rec1905020491 .t396__artboard::before,
#rec1905020501 .t396__artboard::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(255,255,255,0.45) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Контент поверх оверлея */
#rec1905020491 .t396__artboard > *,
#rec1905020501 .t396__artboard > *{
  position: relative !important;
  z-index: 2 !important;
}