img.albumArt {
  max-height: 70vh;
  max-width: 70vw;
}

.title.albumArt {
  display: grid;
  grid-template-columns: 70vh auto;
  gap: 20px;
  text-align: left;
  align-items: center;
}

h1.mainHeadline {
  color: #012928;
}

.albumArt h2 a {
  font-size: 36px;
}

.albumArt h2 a:hover {
  border-bottom: none;
}

.grad {
  position: relative;
  color: #FFF;
}
.grad .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(135deg, #ef5b5b 0, #f2ac04 100%);
}

@media screen and (max-width: 800px) {
  img.albumArt {
    max-height: unset;
    max-width: unset;
    width: 100%;
  }
  .title.albumArt {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    text-align: left;
    align-items: center;
  }
}

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