﻿.property-gallery .swiper-slide img {
    width: 100%;
}

.property-gallery .swiper-nav {
    width: auto;
    float: none;
    overflow: hidden;
}

.property-gallery .swiper-pagination {
    position: relative;
    clear: both;
    margin: -8px 41px 0;
    width: auto;
}

.property-gallery .swiper-nav .swiper-nav-prev {
    float: left;
}

.property-gallery .swiper-nav .swiper-nav-next {
    float: right;
}



.destination-gallery .swiper-slide img {
    width: 100%;
}

.destination-gallery .swiper-nav {
    width: auto;
    float: none;
    overflow: hidden;
}

.destination-gallery .swiper-pagination {
    position: relative;
    clear: both;
    margin: -8px 41px 0;
    width: auto;
}

.swiper-caption-placeholder {
    margin: 6px auto;
    display: flex;
}

.destination-gallery .swiper-nav .swiper-nav-prev {
    float: left;
}

.destination-gallery .swiper-nav .swiper-nav-next {
    float: right;
}

.swiper-caption-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 768px) {
    .swiper-caption-container {
        height: 40px;
    }
}

.swiper-caption-container .swiper-caption {
}

.destination-gallery .swiper-nav .swiper-nav-next {
    float: right;
}

#aspects_idea .swiper-container {
    margin: 2rem 0;
}
