/*
*Theme Name : Feather Sand Photos
*Description : ThemeName Theme
*Version : 1.0
*/

.u-wrapper {
    max-width: 1200px;
    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: 85% !important;
    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 a img {
    padding: 28px;
}