﻿.gallery .copy .orbit-container {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 2em !important;
  
}

.gallery .copy .slide-title,
.gallery .copy .slide-image img {
    margin: 0 !important;
}

.gallery .slide-content {
    width: 100%;
    height: auto !important;
    background-image: none;
    opacity: 1;
    background: rgba(245, 249, 252, .5);
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 40px;
}

.gallery .slide-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.gallery .slide-counter {
    position: absolute;
    font-size: 14px;
    bottom: 21px;
    right: 40px;
}

.gallery .slide-bg-image-wrapper {
    display: none !important;
}

.gallery .orbit-controls button {
    left: 0 !important;
    bottom: 12px !important;
}

.gallery .orbit-controls .orbit-next {
    right: 0 !important;
    left: auto !important;
}


@media print, screen and (min-width: 48em) {
    .gallery .slide-content {
        padding: 20px 50px;
    }

    .gallery .orbit-controls button {
        bottom: 14px !important;
    }

    .gallery .slide-title {
        font-size: 20px;
    }

    .gallery .slide-counter {
        bottom: 21px !important;
        right: 50px;
        font-size: 16px;
    }
}

@media print, screen and (min-width: 64em) {
    .gallery .slide-image {
        width: 100%;
    }
}

@media screen and (min-width: 75em) {
    .gallery .slide-image {
        width: 100%;
    }

    .gallery .slide-title {
        font-size: 22px;
    }

    .gallery .slide-counter {
        font-size: 18px;
    }
}
