/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.yasc-insta-feed.default {
    margin: 4rem 0;
}

.yasc-insta-feed.default .swiper {
    /* max-width: 800px; */
    /* height: 600px; */
    overflow: visible;
  }

 .yasc-insta-feed.default .swiper .swiper-slide {
    width: 400px;
    aspect-ratio: 1;
    height: auto;
    background: white;
    box-shadow: 20px 34px 27px -25px rgba(0,0,0,0.1),0px 39px 32px -23px rgba(0,0,0,0.1);
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

 .yasc-insta-feed.default .swiper .swiper-slide .post-infos {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
 
    padding: 2rem;
    color: white;
  }
 .yasc-insta-feed.default .swiper .swiper-slide .post-infos a {
    color: white;
    }

   .yasc-insta-feed.default .swiper .swiper-slide .post-infos a:hover {
        color: lightgray;
    }

 .yasc-insta-feed.default .swiper .swiper-slide .post-infos p {
    font-size: 14px;
    margin-bottom: 0;
    /* color:white; */
  }

 .yasc-insta-feed.default .swiper .swiper-pagination {
    margin-bottom: -3rem;
    color: black;
  }