/*
*Theme Name : Sunshine Recreation Centre
*Description : ThemeName Theme
*Version : 1.0
*/

  .u-wrapper {
      width: 100%;
    }

    .c-carousel {
      position: relative;
      overflow: hidden;
    }

    .swiper {
      padding: 0 48px;
    }

    .swiper-wrapper {
      display: flex;
      align-items: center;
    }

    .swiper-slide {
      max-width: 300px;
      width: auto;
      flex-shrink: 0;
    }

    .swiper-slide img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: pink;
    }

    .c-credits {
      text-align: center;
      margin-top: 2rem;
    }

    .c-credits a {
      color: #333;
      text-decoration: none;
    }

.swiper-slide img {
    width: auto;
    height: 94px;
}

.swiper-slide {
    padding: 30px 0;
}