/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.swiper-wrapper {
    /* margin-top: 4rem; */
}

.swiper-container {
    /* overflow: initial; */
    padding-top: 3rem;
    /* margin-top: 4rem; */
    padding-bottom: 4rem;
}

.swiper-slide {
    height: auto;
    width: auto;
    /* max-width: 70%; */
    justify-content: center;
    align-items: center;
   /* border: 1px solid; */
}

/* .swiper-slide:nth-child(1) {
    margin-left: 15%;
}
.swiper-slide:last-child {
    margin-right: 15%;
} */

.swiper-slide--attachment {
    width: 80%;
    max-width: 800px;
}
.swiper-slide .type-attachment .entry-attachment,
.swiper-slide .type-attachment {
   position: relative;
}
.swiper-slide .type-attachment .entry-attachment {
   /* padding-top: 46%;
   width: 100%; */
}
.swiper-slide .type-attachment .entry-attachment img {
   /* position: absolute;
   top: 0;
   left: 0; */
   /* max height 800px */
   /* height: 100%;
   width: auto;
   max-width: initial; */
   /* max-width: initial; */
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    width: auto;
    left: 16.5%;
    bottom: 0;
    cursor: default;
}
.swiper-container-horizontal > .swiper-pagination-bullets.ee-swiper-pagination--top {
    top: 0;
    bottom: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets.ee-swiper-pagination--centered {
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, 0);
}
.swiper-pagination-bullet {
    width: 1rem;
    height: 8px;
    cursor: pointer;
    border-radius: 0;
    background: transparent;
}
.swiper-pagination-bullet:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1,.2);
    background: #fff;
    opacity: .4;
    transition: .2s ease-out;
    transition-property: opacity, transform;
}
.swiper-pagination-bullet:hover::after,
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
    transform: scale(1,1);
}