.cultural_centres__item .cover {
  object-fit: cover;
}

.cover_block {
  border-radius: 50%;
  overflow: hidden;
  width: 20vw;
  height: 20vw;
}

@media screen and (max-width: 769px) {
  .cultural_centres__item {
    aspect-ratio: 1;
  }

  .section__hero .label {
    margin: 2rem 0 0 0;
    width: 100%;
  }

  .section__hero .label.small {
    margin-right: 50%;
    width: 50%;
  }

  #section__hero_video {
    position: absolute;
    display: none;
    height: 100%;
  }

  .cultural_centres__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem 1rem;
    margin-bottom: 3rem;
  }

  #footer {
    margin-top: 10rem;
  }

  .cultural_centres__item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    max-width: 400px;
    width: 100%;
    min-width: 64vw;
  }

  .content_block {
    align-items: center;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20vw;
    height: 20vw;
  }

  .cultural_centres__item .content_block {
    border-radius: 1rem;
    height: 100%;
    width: 100%;
  }

  .content_block .title {
    color: #fff;
    text-align: center;
    font-family: "BanamexDisplay";
    font-size: 8.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 116.667% */
    letter-spacing: -0.0675rem;
    text-transform: uppercase;
    width: 70%;
  }

  .content_block img {
    display: none;
  }

  .cover_block {
    border-radius: 1rem;
    height: 100%;
    width: 100%;
  }

  .cultural_centres__item .cover {
    height: 100%;
    width: 100%;
  }
  .sticky-container {
    display: flex;
    flex-direction: column;
  }
  .cultural_centres {
    display: flex;
    align-items: center;
  }

  .cultural_centres {
    padding: 3vh 6vw;
  }

  .cultural_centres__item .cover {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
    transition-timing-function: cubic-bezier(
      0.77,
      0,
      0.175,
      1
    ); /* easeInOutQuart */
  }
  .cultural_centres__item:hover .cover {
    transform: scale(1.1);
  }
  .cultural_centres__item {
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
    transition-timing-function: cubic-bezier(
      0.77,
      0,
      0.175,
      1
    ); /* easeInOutQuart */
  }
  .cultural_centres__item.hovering {
    transform: scale(0.95);
  }
}

@media screen and (min-width: 769px) {
  .cultural_centres__card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 2;
    max-width: 400px;
    width: 100%;
  }

  .cultural_centres__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .cultural_centres__list {
    display: flex;
    align-items: center;
    gap: 2vw;
    position: relative;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
  }

  .cultural_centres__item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/2;
    max-width: 400px;
    width: 100%;
  }

  .content_block {
    align-items: center;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20vw;
    height: 20vw;
  }

  .cultural_centres__item .content_block {
    border-radius: 1rem;
    height: 100%;
    width: 100%;
  }

  .content_block .title {
    color: #fff;
    text-align: center;
    font-family: "BanamexDisplay";
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6vw; /* 116.667% */
    letter-spacing: -0.0675rem;
    text-transform: uppercase;
    width: 70%;
  }

  .content_block img {
    display: none;
  }

  .cover_block {
    border-radius: 1rem;
    height: 100%;
    width: 100%;
  }

  .cultural_centres__item .cover {
    height: 100%;
    width: 100%;
  }
  .sticky-container {
    display: flex;
    flex-direction: column;
  }
  .cultural_centres {
    display: flex;
    align-items: center;
  }

  .cultural_centres {
    padding: 3vh 2vw;
  }

  .cultural_centres__item .cover {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
    transition-timing-function: cubic-bezier(
      0.77,
      0,
      0.175,
      1
    ); /* easeInOutQuart */
  }
  .cultural_centres__item:hover .cover {
    transform: scale(1.1);
  }
  .cultural_centres__item {
    transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
    transition-timing-function: cubic-bezier(
      0.77,
      0,
      0.175,
      1
    ); /* easeInOutQuart */
  }
  .cultural_centres__item.hovering {
    transform: scale(0.95);
  }
}

@media screen and (max-width: 992px) {
  .cultural_centres__list {
    flex-wrap: wrap;
  }
  .cultural_centres__card {
    max-width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .cultural_centres__card {
    max-width: 100%;
  }
}
