body {
  overflow-x: hidden;
}

.preview {
  background-color: red;
  color: white;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.8);
  height: 100px;
  right: -50px;
  position: absolute;
  top: -50px;
  width: 100px;
  z-index: 100;
  -webkit-transform: rotate(45deg);
}
.preview:after {
  content: "PREVIEW";
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  padding: 5px;
  font-size: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
}

.panel-monstercat-live a {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 2rem 3rem 2rem 2rem;
  text-decoration: none;
  position: relative;
  transition: box-shadow 0.3s ease-in;
}
@media (max-width: 532px) {
  .panel-monstercat-live a {
    height: 175px;
    padding: 1rem 2rem 1rem 1rem;
  }
}
.panel-monstercat-live a div {
  z-index: 2;
}
.panel-monstercat-live a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 2;
  left: 0;
  transition: background-color ease 0.2s;
}
.panel-monstercat-live a:hover {
  color: #F1F1F1;
}
.panel-monstercat-live a:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 2;
  left: 0;
}
.panel-monstercat-live a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  z-index: 2;
}
.panel-monstercat-live a .link-info {
  position: relative;
  z-index: 10;
}

#our-artists .img-container, #featured-news .img-container {
  display: none;
}
#our-artists .item-background, #featured-news .item-background {
  opacity: 0.7;
}

#latest-releases .item-background {
  filter: blur(5px);
}

/* TODO: move this into carousel code when confirmed done */
.featured-item-carousel {
  /* NOTE GOOGLE CHROME SCROLLBAR IS SMALLER. FIREFOX IS LARGER */
  --scrollbar-height: 17px;
}
.featured-item-carousel .slider {
  overflow-x: auto;
  padding-bottom: var(--scrollbar-height, 10px);
  margin-bottom: calc(-1 * var(--scrollbar-height, 10px));
}
.featured-item-carousel .slider > * {
  width: 100%;
}

/*# sourceMappingURL=home.css.map */
