body {
  margin: 0 0 0 0;
  background-image: url(tlo-landing-f.png);
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
}
.kratki {
  display: block;
  position: fixed;
  overflow: hidden;
}

.bottom {
  bottom: 0;
}

.up {
  top: 0;
}

.container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.make-money {
  display: block;
  width: 50vw;
  height: auto;
  margin-bottom: 3vh;
}

.buttons1 {
  display: flex;
  width: 45vw;
  justify-content: space-between;
}

.buttons1 img {
  display: block;
}

.buttons1 img:hover {
  filter: invert(1);
  cursor: pointer;
}

/* .posluchaj {
  width: 15vw;
}

.zamow {
  width: 15vw;
}

.obejrzyj {
  width: 15vw;
}
.bilety {
  width: 15vw;
} */
.buttons1 img {
  width: 10vw;
}
.container2 {
  display: grid;
  width: 75vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.grid-box {
  display: block;
  width: 17vw;
  margin: auto;
}

.grid-box:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.container3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48vw;
}

.return {
  position: absolute;
  top: 2vh;
  left: 5vw;
  width: 4vw;
  cursor: pointer;
  filter: invert(1);
}

.return:hover {
  filter: brightness(1);
}
.yTube {
  width: 100%;
  margin: 2vh;
  height: 40vh;
}
.napisGora {
  display: block;
  width: 75vw;
}
.napis {
  display: block;
  width: 22vw;
  height: auto;
  position: relative;
}
.parent {
  display: block;
  position: relative;
  margin-top: 5vh;
}
.zamow2 {
  display: block;
  width: 12%;
  cursor: pointer;
  margin-bottom:3vh;
  margin-top:3vh;
}
.zamow2:hover {
  filter: invert(1);
}
@media screen and (min-width: 1024px) {
  .yTube {
    margin: 0;
  }
  .container3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    display: grid;
    width: 90vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .kratki {
    width: 100vw;
  }
}
@media screen and (max-width: 1024px) {
  .napisGora {
    width: 90vw;
  }
  .buttons1 img {
    width: 40vw;
  }
    .zamow2 {
        width: 35vw;
    }
  .body2 {
    height: auto;
    overflow-y: auto;
  }
  .parent {
    margin-top: 0vw;
  }
  .napis {
    width: 65vw;
    margin-top: 15vw;
  }
  .yTube {
    width: 90vw;
    margin: 5vh;
    height: 40vw;
  }
  body {
    overflow-x: hidden;
    overflow-y: auto;
    background-position: top;
    background-attachment: inherit;
  }
  .buttons1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .make-money {
    width: 80vw;
  }

  .posluchaj {
    width: 45vw;
    margin-bottom: 25px;
  }

  .zamow {
    width: 45vw;
    margin-bottom: 25px;
  }

  .obejrzyj {
    width: 45vw;
    margin-bottom: 25px;
  }
  .bilety {
    width: 45vw;
  }

  .container3 {
    width: 90vw;
    margin-top: 15vh;
  }

  .return {
    width: 12vw;
    top: 5vh;
  }

  .container2 {
    display: grid;
    width: 80vw;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .grid-box {
    display: block;
    width: 35vw;
    margin: auto;
  }
}
