@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.carousel-arrows {
  top: 14px;
}
@media (max-width: 767px) {
  .carousel-arrows {
    top: 4px;
  }
}
.white-link {
  color: #FFF;
  text-decoration: underline;
}
.white-link:hover {
  color: #EFEFEF;
}
@media (max-width: 767px) {
  .btn-link-left {
    text-align: left;
  }
}
a.showOnFocus {
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
a.showOnFocus:focus {
  display: inline;
  line-height: 3;
}
.index-segmented-header {
  background-color: #000;
}
@media (min-width: 992px) {
  .index-segmented-header header.sticky {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    color: #1ED760;
  }
}
@media (min-width: 992px) {
  .index-segmented-header .navbar-default .navbar-nav > .divider {
    background-color: #FFF;
  }
  .index-segmented-header .navbar-default .navbar-nav > .alternate > a {
    color: #FFF;
  }
}
.index-segmented-body {
  width: 100%;
  height: 100%;
  color: #FFF;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  overflow-x: hidden;
}
.index-segmented-body small {
  font-size: 12px;
}
.index-segmented-body .btn-link a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.index-segmented-body .btn-link a:active,
.index-segmented-body .btn-link a:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.index-segmented-body .premium-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(transparent, #000);
}
.index-segmented-body section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-segmented-body .section-hero {
  text-align: center;
}
.index-segmented-body .section-hero h2 {
  margin-bottom: 0;
}
.index-segmented-body .section-hero .display-2 {
  margin-top: 0;
  margin-bottom: 0;
}
.index-segmented-body .section-hero .btn-cta {
  margin: 32px 0;
}
.index-segmented-body .section-hero .hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.index-segmented-body .section-hero .hero-bg-free {
  opacity: 0.45;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #509BF5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#509BF5), to(#AF2896));
  background-image: linear-gradient(#509BF5, #AF2896);
}
@media (min-width: 768px) {
  .index-segmented-body .section-hero .hero-bg-free {
    background-position: 40%;
    background-image: url(/i/home/segmented-home/premium-hero-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(70%, #509BF5), to(#AF2896));
    background-image: url(/i/home/segmented-home/premium-hero-bg.png), linear-gradient(#509BF5 70%, #AF2896 100%);
  }
}
@media (min-width: 992px) {
  .index-segmented-body .section-hero .hero-bg-free {
    background-position: 50%;
  }
}
.index-segmented-body .section-hero .btn-free {
  margin: 32px 0;
}
.index-segmented-body .section-hero .hero-bg-premium {
  background-color: #509BF5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c074b2), to(#8ab5e8));
  background-image: linear-gradient(#c074b2, #8ab5e8);
}
@media (min-width: 992px) {
  .index-segmented-body .section-hero .hero-bg-premium {
    background-image: -webkit-gradient(linear, left top, right top, from(#c074b2), to(#8ab5e8));
    background-image: linear-gradient(90deg, #c074b2, #8ab5e8);
  }
}
.index-segmented-body .section-hero .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .index-segmented-body .section-hero .container {
    padding-top: 140px;
    padding-bottom: 110px;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
  }
}
.index-segmented-body .section-hero .container-free {
  min-height: 90vh;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-segmented-body .section-hero .container-free {
    min-height: 70vh;
  }
}
.index-segmented-body .section-hero .hero-row {
  margin: 0 auto;
  width: 100%;
}
.index-segmented-body .section-hero .legal {
  color: #EFEFEF;
  font-weight: 400;
  font-size: 12px;
}
.index-segmented-body .section-hero .legal a {
  color: #EFEFEF;
  text-decoration: underline;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.index-segmented-body .section-hero .legal a:active,
.index-segmented-body .section-hero .legal a:hover {
  color: #FFF;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
@media (min-width: 992px) {
  .index-segmented-body .section-hero .premium-promo .flex-row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 0;
  }
  .index-segmented-body .section-hero .premium-promo .flex-row:before {
    content: none;
  }
  .index-segmented-body .section-hero .premium-promo .flex-row:after {
    content: "";
  }
}
.index-segmented-body .section-hero .premium-promo small {
  color: #FFF;
  font-weight: 700;
}
.index-segmented-body .section-hero .premium-promo h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.index-segmented-body .section-hero .premium-promo .hero-intro {
  text-align: center;
  z-index: 1;
}
@media (min-width: 992px) {
  .index-segmented-body .section-hero .premium-promo .hero-intro {
    text-align: left;
  }
}
.index-segmented-body .section-hero .btn-scroll {
  position: relative;
  bottom: -24px;
  margin-left: 0 auto;
  -webkit-animation: move 1.5s ease-out infinite;
          animation: move 1.5s ease-out infinite;
}
.index-segmented-body .section-hero .arrow-scroll-down {
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 auto;
}
.index-segmented-body .section-hero .arrow-scroll-down svg {
  width: 32px;
  height: 43px;
}
@-webkit-keyframes move {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes move {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.index-segmented-body .hero-main {
  overflow: hidden;
}
@media (min-width: 768px) {
  .index-segmented-body .hero-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#c8bb50), color-stop(25%, #d1bd4f), color-stop(50%, #d2be4f), color-stop(75%, #e6c050), to(#f4bf60));
    background: linear-gradient(to bottom, #c8bb50 0%, #d1bd4f 25%, #d2be4f 50%, #e6c050 75%, #f4bf60 100%);
  }
}
@media (max-width: 767px) {
  .index-segmented-body .hero-main .container {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .index-segmented-body .hero-main h2 {
    font-weight: 400;
    margin-top: 12px;
    font-size: 18px;
  }
}
.index-segmented-body .hero-main .hero-home-gradient,
.index-segmented-body .hero-main .hero-home-bg,
.index-segmented-body .hero-main .container,
.index-segmented-body .hero-main .row {
  height: 100%;
}
@media (min-width: 768px) {
  .index-segmented-body .hero-main .container {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
  }
}
.index-segmented-body .hero-main .hero-home-gradient {
  background: #ffc362;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4bf60), to(#ffc362));
  background: linear-gradient(#f4bf60, #ffc362);
}
@media (max-width: 767px) {
  .index-segmented-body .hero-main .hero-home-gradient {
    background: #ffc362;
  }
}
@media (min-width: 768px) {
  .index-segmented-body .hero-main .hero-home-gradient {
    background: #ffc362;
    background: radial-gradient(ellipse at center, #f6cb6c 0%, #f3c65d 0%, #f2ae54 100%);
  }
}
.index-segmented-body .hero-main .container {
  position: relative;
}
@media (max-width: 767px) {
  .index-segmented-body .hero-main .container {
    padding-top: 245px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .index-segmented-body .hero-main .hero-home-bg {
    min-height: 640px;
  }
}
.index-segmented-body .hero-main .hero-home-bg-overlay {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f6cb6c), color-stop(65%, #f3c65d), to(#f2ae54));
  background: linear-gradient(0deg, #f6cb6c 20%, #f3c65d 65%, #f2ae54 100%);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .index-segmented-body .hero-main .hero-home-bg-overlay {
    background: none;
  }
}
@media (min-width: 768px) {
  .index-segmented-body .hero-main .row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .index-segmented-body .hero-main .hero-home-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.index-segmented-body .hero-main .hero-home-content [class^="col-"] {
  z-index: 1;
}
.index-segmented-body .hero-main .btn {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .index-segmented-body .hero-main .btn {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.index-segmented-body .hero-main .if-legal {
  position: relative;
  text-align: center;
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .index-segmented-body .hero-main .if-legal {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
  }
}
.index-segmented-body .hero-main .small {
  color: #EFEFEF;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
.index-segmented-body .hero-main .small a {
  color: #EFEFEF;
  text-decoration: underline;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.index-segmented-body .hero-main .small a:active,
.index-segmented-body .hero-main .small a:hover {
  color: #FFF;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.index-segmented-body .album-results-free {
  text-align: center;
  color: #000;
  height: auto;
  background-color: #FFF;
}
.index-segmented-body .album-results-free .row:first-of-type {
  margin: 0;
}
.index-segmented-body .album-results-free .container {
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .index-segmented-body .album-results-free .container {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .index-segmented-body .album-results-free .container {
    margin-top: 60px;
    margin-bottom: 130px;
  }
}
.index-segmented-body .album-results-free .btn-stroked-dark {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .index-segmented-body .album-results-free .btn-stroked-dark {
    margin-bottom: 50px;
  }
}
.index-segmented-body .user-listening {
  color: #FFF;
  background-color: #1E3264;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c5e92), color-stop(80%, #552f6d));
  background-image: linear-gradient(#2c5e92 0%, #552f6d 80%);
}
@media (min-width: 992px) {
  .index-segmented-body .user-listening {
    background-image: -webkit-gradient(linear, left top, right top, from(#2c5e92), color-stop(80%, #552f6d));
    background-image: linear-gradient(90deg, #2c5e92 0%, #552f6d 80%);
  }
}
@media (min-width: 768px) {
  .index-segmented-body .user-listening h1 {
    margin-bottom: 60px;
  }
}
.index-segmented-body .user-listening .container {
  padding-top: 60px;
  padding-bottom: 80px;
}
.index-segmented-body .user-listening .top-item {
  position: relative;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .index-segmented-body .user-listening .top-item {
    height: 340px;
    min-height: 340px;
  }
}
.index-segmented-body .user-listening .top-item small {
  background-color: rgba(30, 50, 100, 0.25);
  padding: 4px 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .index-segmented-body .user-listening .top-item small {
    width: 30%;
    margin-left: 35%;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .index-segmented-body .user-listening .top-item small {
    text-align: left;
  }
}
.index-segmented-body .user-listening .top-item small.small-track {
  margin-top: 24px;
}
.index-segmented-body .user-listening .top-item h3 {
  margin: 0;
  background-color: #1E3264;
  width: 100%;
  padding: 12px 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .index-segmented-body .user-listening .top-item h3 {
    width: 57%;
    text-align: left;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .index-segmented-body .user-listening .top-item h3 {
    width: 53%;
  }
}
.index-segmented-body .user-listening .top-item .btn-sm {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .index-segmented-body .user-listening .top-item .btn-sm {
    display: block;
    width: 100%;
  }
}
.index-segmented-body .user-listening .top-item .item-bg {
  position: absolute;
  width: 88%;
  background-color: #FFF;
  opacity: 0.05;
  z-index: 0;
}
@media (max-width: 767px) {
  .index-segmented-body .user-listening .top-item .item-bg {
    bottom: -8px;
    left: 5%;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-segmented-body .user-listening .top-item .item-bg {
    left: 7.5%;
    width: 85%;
  }
}
@media (min-width: 768px) {
  .index-segmented-body .user-listening .top-item .item-bg {
    top: 16px;
  }
}
.index-segmented-body .user-listening .top-item .item-bg:before {
  content: "";
  float: left;
  padding-bottom: 85%;
}
@media (min-width: 768px) {
  .index-segmented-body .user-listening .top-item .item-bg:before {
    padding-bottom: 46%;
  }
}
@media (min-width: 992px) {
  .index-segmented-body .user-listening .top-item .item-bg:before {
    padding-bottom: 50%;
  }
}
.index-segmented-body .user-listening .top-item .item-bg:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .index-segmented-body .user-listening .top-item.right .item-art {
    right: 30px;
  }
  .index-segmented-body .user-listening .top-item.right small {
    margin: 12px 0 16px 16px;
    width: auto;
  }
  .index-segmented-body .user-listening .top-item.right .btn-sm {
    margin-left: 12px;
  }
  .index-segmented-body .user-listening .top-item.right .item-bg {
    left: 22px;
  }
  .index-segmented-body .user-listening .top-item.left .item-art {
    left: 30px;
  }
  .index-segmented-body .user-listening .top-item.left .item-details {
    text-align: right;
  }
  .index-segmented-body .user-listening .top-item.left small {
    margin: 12px 16px 16px 0;
    width: auto;
  }
  .index-segmented-body .user-listening .top-item.left h3 {
    margin-left: 47%;
  }
  .index-segmented-body .user-listening .top-item.left .btn-sm {
    margin-right: 12px;
  }
  .index-segmented-body .user-listening .top-item.left .item-bg {
    right: 22px;
  }
}
.index-segmented-body .user-listening .top-item .item-art {
  z-index: 1;
  margin: 0 auto;
  background-size: cover;
  position: relative;
  background-position: center center;
  width: 80%;
  -webkit-box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, 0.3);
}
.index-segmented-body .user-listening .top-item .item-art:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .index-segmented-body .user-listening .top-item .item-art {
    width: 280px;
    height: 280px;
    top: -12px;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .index-segmented-body .user-listening .top-item .item-art {
    width: 250px;
    height: 250px;
    top: -12px;
    position: absolute;
  }
}
.index-segmented-body .user-listening .top-item .item-art img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-segmented-body .user-listening .top-item .item-details {
  position: relative;
  min-width: 100%;
  height: auto;
  z-index: 2;
}
.index-segmented-body .more-links {
  text-align: left;
  color: #000;
  background-color: #FFF;
}
.index-segmented-body .more-links h4 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  margin: 0.5em 0 0.25em;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.index-segmented-body .more-links h4 small,
.index-segmented-body .more-links h4 .small {
  font-weight: normal;
  line-height: 1;
  color: #919496;
}
.index-segmented-body .more-links h4 small,
.index-segmented-body .more-links h4 .small {
  font-size: 65%;
}
@media (min-width: 768px) {
  .index-segmented-body .more-links h4 {
    font-size: 32px;
  }
}
.index-segmented-body .more-links .btn-sm {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.index-segmented-body .more-links .container {
  padding-top: 60px;
  padding-bottom: 80px;
}
.index-segmented-body .more-links ul {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.index-segmented-body .more-links li {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}
.index-segmented-body .more-links li .btn {
  margin-top: auto;
}
.album-results {
  -ms-overflow-style: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: -moz-scrollbars-none;
}
.album-results ::-webkit-scrollbar,
.album-results ::-webkit-scrollbar-button {
  width: 0px;
  background: transparent;
}
.album-results img {
  width: 100%;
  height: 100%;
}
.album-results .box {
  position: relative;
  width: 100%;
}
.album-results .box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.album-results .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.album-results ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .album-results ul {
    white-space: nowrap;
    overflow-x: auto;
  }
  .album-results ul > li:not(:first-of-type) {
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .album-results ul {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.album-results li {
  list-style-type: none;
}
@media (max-width: 767px) {
  .album-results li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 55%;
    min-height: 1;
    position: relative;
    padding-top: 12px;
  }
}
@media (min-width: 768px) {
  .album-results li {
    padding: 8px;
  }
}
.album-results h4 {
  color: #919496;
}
@media (max-width: 1199px) {
  .album-results h4 {
    font-size: 16px;
  }
}
.album-results figure {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media (min-width: 768px) {
  .album-results .col-md-4:nth-child(4),
  .album-results .col-sm-4:nth-child(4) {
    clear: both;
  }
}
.album-results .album-play-button h2 {
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .album-results .album-play-button h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .album-results .album-play-button h2 {
    font-size: 32px;
  }
}
.album-results .album-play-icon svg {
  width: 25px;
  height: 30px;
  position: relative;
}
.album-results .album-play-icon h2 {
  font-size: 16px;
  font-weight: 400;
}
.album-results .album-play-icon h4 {
  font-size: 14px;
}
.album-results .album-no-overlay h2,
.album-results .scroll h2,
.album-results .album-no-overlay h4,
.album-results .scroll h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  cursor: pointer;
}
.album-results .album-no-overlay h2,
.album-results .scroll h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
}
.album-results .album-no-overlay h4,
.album-results .scroll h4 {
  font-size: 16px;
}
.album-results .img-responsive {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.album-results figure .content-overlay {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.album-results li:hover .content-overlay,
.album-results li:focus-within .content-overlay {
  opacity: 1;
}
.album-results li:hover .content-details,
.album-results li:focus-within .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.album-results li:hover .album-no-overlay h2,
.album-results li:focus-within .album-no-overlay h2,
.album-results .scroll h2 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #919496;
}
.album-results li:hover .album-no-overlay h4,
.album-results li:focus-within .album-no-overlay h4,
.album-results .scroll h4 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #C1C3C6;
}
.album-results .content-details {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
}
