@media(min-width: 1920px) {
  .bg-main {
    background: url('img/bg-flower-left.svg') no-repeat calc((100% - 870px)/2 - 280px) top,
      url('img/bg-top-right.svg') no-repeat calc((100% + 870px)/2 + 200px) top,
      url("img/bg-klara.png") no-repeat calc((100% - 870px)/2 - 264px) bottom,
      url("img/bg-desktop-bottom.svg") no-repeat center bottom;
    background-size: 477px, 52px, 525px, 100%;
  }
}
