.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}
.swiper-slide {
    width: 90%;
    max-width: 550px;
    height: 300px;
}

.ec-lightbox a.lightbox {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 5px;
}

.ec-lightbox a.lightbox svg {
    width: 20px;
    height: 20px;
    color: white;
    position: absolute;
}

.ec-lightbox a.lightbox:hover svg {
    color: black;
}

.mfp-ready .mfp-figure {
    opacity: 1;
}

.ec-flipcard .ec_image_credit {
    bottom: 2px;
    font-size: 11px;
    text-shadow: 1px 1px 1px black;
}

a.button {
    text-decoration: none;
}

.button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #59732c;
    color: #fff;
    border-color: #37510a;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.button:hover {
    background-color: #80b027;
    color: #fff;
    border-color: #609005;
}

.default-swiper-sort {
    margin-right: 5px;
}

.swiper-pagination-bullet-active {
    background-color: #59732c;
}

.ec-flipcard-wrapper.flipped .front .ec_image_credit {
    display: none;
}

.ec-flipcard-inner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 15pt !important;
    color: black;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2359732c'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2359732c'%2F%3E%3C%2Fsvg%3E");
}