
  #main {
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
  }

  .slick-list {
    width: 100%;
  }

  .slick-track {
    display: flex !important;
  }

  .slick-slide {
    height: auto;
  }

  .mockup-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
  }

  .app-screens {
    z-index: 0;
    object-fit: cover;
    object-position: 0;
    width: 94%;
    left: 6%;
    top: 3%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    transition: .5s all;
  }

  .app-screens img {
    transform: translateX(0);
    transition: .4s all;
    object-fit: cover;
    object-position: left;
  }

  .section-blurb:hover a {
    opacity: 1 !important;
  }

  .join-bg {
    background: linear-gradient(267deg, rgba(0, 0, 0, 0.00) 46.63%, rgba(0, 0, 0, 0.80) 97.15%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(/wp-content/uploads/2024/12/athletesorg-join-the-move-bg.jpg) center/cover;
  }

 


  @media(max-width: 1239px) {
    .app-screens {
      width: 100%;
    }

    @media(max-width: 767px) {

      .join-bg {
        background: linear-gradient(267deg, rgba(0, 0, 0, 0.00) 46.63%, rgba(0, 0, 0, 0.80) 97.15%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(/wp-content/uploads/2024/12/athletesorg-join-the-move-bg-mobile.jpg) center/cover;
        background: radial-gradient(139.37% 52.59% at 50% 30.89%, rgba(17, 17, 17, 0.00) 0%, #111 100%), url(/wp-content/uploads/2024/12/athletesorg-join-the-move-bg-mobile.jpg) top/cover;
      }
    }

  }