uc-main {
    background-size: contain;
}


.uc-bgimg {
  background-image: url("https://static.tildacdn.com/tild6130-3335-4266-b139-656466326238/5305397986802210860-.webp");
  background-repeat: no-repeat;
  background-position: -350px bottom;
  background-size: 1150px auto;   /* или contain, 150px и т.д. */
  min-height: 250px;
  padding-bottom: 200px;         /* чтобы контент не перекрывал картинку */
}

@media screen and (max-width: 960px) {
  .uc-bgimg {
    background-image: none !important;