:root {
  --white: white;
  --black: black;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  width: 90%;
  max-width: 1200px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.background {
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-image: url('../images/Videobg1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.background.home {
  background-image: url('../images/concert-bg.jpg');
  background-position: 50%;
}

.div-block-2 {
  width: 85%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bandpix {
  border: 3px solid #fff;
}

.image-2 {
  width: 100%;
  max-width: 750px;
  margin-top: -192px;
  margin-left: 0;
  padding-left: 0;
}

.text-block {
  width: 500px;
  color: #fff;
  text-align: left;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.section {
  background-color: #000;
  padding-top: 29px;
}

.div-block-3 {
  width: 95%;
  max-width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-3 {
  text-align: left;
}

.text-block-2 {
  color: #fff;
}

.div-block-4 {
  padding-top: 26px;
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 95%;
  }

  .div-block-2 {
    width: 90%;
    grid-template-columns: 1fr 1fr;
    margin-top: 21px;
  }

  .image-2 {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-top: -88px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block {
    width: 90%;
    padding-left: 0;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .image-3 {
    padding: 23px;
  }

  .text-block-2 {
    padding: 60px;
  }
}

#w-node-_9375afe0-0c60-fffe-1a26-f491180f1963-4de5aefc {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_9375afe0-0c60-fffe-1a26-f491180f1963-4de5aefc {
    grid-area: 1 / 1 / 2 / 2;
  }
}
