.tiny_cards  {
  position:relative;
  z-index:5;
}
.tiny_cards .card__pulldown {
  padding-bottom:3rem;
}

@media screen and (min-width:1024px) {
  .center-dt { 
    justify-content:center;
  }
}
.hidden-by-default {
  display:none;
}
.swiper-slide, .swiper-wrapper  { height:auto !important;  } 

.not-slider.reduced-cards .card__faded-bg {
    padding-bottom: 4rem;
    height: auto !important;
}

 

@media screen and (min-width:740px) { 
  .swiper.hide-overflow {
    overflow:hidden;
  }
.resources .card__img-pulldown img {
  max-height:15rem;
}

  
  @media screen and (max-width:740px){
   .resources .card__img-pulldown img {
  max-height:12rem;
}
    
    .resources.cards__pulldown {
      padding-bottom:3em;
    }
        .resources .card__pulldown {
        padding-bottom: 13rem;
    }
  }
.overlay-link { 
  position:absolute !important;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:999 !important;
}

.remove-bottom-marg  {
  margin-bottom:0 !important;
}

  
  
.cards__pulldown .background-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; /* Make sure the overlay doesn't block interaction with elements */
    z-index: 1; /* Make sure it's on top of the background but behind other content */
}
  
  
  .not-slider.reduced-cards .card__faded-bg:not(:last-child) {
    margin-bottom: 2em; 
}
