.fan-moments-album {
  padding: 8px 0 32px;
  position: relative;
  overflow: visible;
  isolation: isolate;
  width: 100%;
}

/* Container */
.fan-moments-album-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Title Wrapper */
.fan-moments-album-title-wrapper {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.fan-moments-album-heading {
  color: var(--amp-yellow);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
}

/* Animation Container */
.fan-moments-album-animation-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 800px;
  max-height: 1275px;
  overflow: visible;
  contain: layout style;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
  margin-top: -48px;
}

/* Item Wrapper (grid cell) */

.fan-moments-item-wrapper:hover {
  z-index: 10;
}

/* Animation Items */

.fan-moments-animation-item img,
.fan-moments-animation-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fan-moments-animation-item video {
  background: #000;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Responsive Design */
@media screen and (max-width: 991px) {
  .fan-moments-album {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .fan-moments-album-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fan-moments-album-heading {
    font-size: 40px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .fan-moments-album-animation-container {
    min-height: 530px;
    max-height: 900px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .fan-moments-album {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .fan-moments-album-container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .fan-moments-album-title-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .fan-moments-album-heading {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .fan-moments-album-animation-container {
    min-height: 600px;
    max-height: 800px;
    padding: 20px 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }

}
