body {
  justify-content: center;
  align-items: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  background: #111216;
  margin: auto;
  opacity: 0;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.swiper-container {
  padding-top: 50px;
  padding-bottom: 75px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: auto;
  height: auto;
  overflow: hidden;
}

.picture {
  width: auto;
  height: auto;
  overflow: hidden;
}
.picture img {
  display: block;
  border-radius: 5px 5px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail {
  padding: 10px 10px;
  font-weight: 300;
  text-align: center;
  background-color: #212121;
  border-radius: 0px 0px 10px 10px;
}
.detail h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.detail h4 {
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.detail span {
  display: block;
  font-size: 12px;
  color: #00ffaa;
  font-weight: 700;
}

#untiljune {
  background-color: #545454;
}

#cassetteslide {
  background-position: center;
  background-size: cover;
  width: auto;
  height: auto;
  overflow: hidden;
}

#cassetteimg {
  width: auto;
  height: auto;
  overflow: hidden;
}

#cassette {
	height: 16px;
	filter: invert(100%);
}

#cd {
	height: 16px;
	filter: invert(100%);
}

