.container {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  background-color: #060206;
}

.wrapperheadline {
  position: static;
  top: 0px;
  right: 0px;
  width: 440px;
  margin-left: -80px;
  padding: 24px 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #060206;
  font-family: Teko, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
}

.wrapperbandcamp {
  padding: 32px 32px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #060206;
}

.slideeno01 {
  background-image: url('../images/Photo_Eno01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  height: 100vh;
  background-color: #060206;
}

.slidejplatnum01 {
  background-image: url('../images/Photo_JPlatnum01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slidetiffa01 {
  background-image: url('../images/Photo_Tiffa01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slidetiffa02 {
  background-image: url('../images/Photo_Tiffa02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slideflip01 {
  background-image: url('../images/Photo_Flip01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slidegroup02 {
  background-image: url('../images/Photo_Group02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slidegroup01 {
  background-image: url('../images/Photo_Group01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.wrapperbody {
  padding: 32px 32px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #060206;
  font-family: 'Cutive Mono', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.wrappergrain {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background-image: url('../images/JovialTimelyHapuku-small.gif');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.08;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.wrapperstamp {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 30%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
}

.columnright {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #060206;
}

.columnleft {
  width: 80%;
  background-color: #060206;
}

.embedbandcamphorizontal {
  display: none;
}

.image {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.wrapperlogos {
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .container {
    height: 100vh;
  }
  .embedbandcampvertical {
    display: none;
  }
  .wrapperheadline {
    display: none;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .wrapperbandcamp {
    width: 100%;
    padding-top: 0px;
    float: right;
  }
  .slider {
    height: 100%;
  }
  .slidetiffa01 {
    background-size: cover;
  }
  .wrapperbody {
    padding-bottom: 32px;
  }
  .wrappergrain {
    position: absolute;
    height: 100%;
  }
  .wrapperstamp {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 50%;
  }
  .columnright {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columnleft {
    position: relative;
    width: 100%;
    height: 40vh;
  }
  .embedbandcamphorizontal {
    display: block;
  }
  .wrapperlogos {
    padding-right: 240px;
    padding-left: 240px;
  }
}

@media (max-width: 767px) {
  .wrapperbody {
    font-size: 15px;
    line-height: 24px;
  }
  .wrapperstamp {
    width: 80%;
  }
  .wrapperlogos {
    padding-right: 120px;
    padding-left: 120px;
  }
}

@media (max-width: 479px) {
  .wrapperlogos {
    padding-right: 32px;
    padding-left: 32px;
  }
}

