.sl-wrapper .sl-image img {
   
}

.sl-wrapper .sl-image {
    margin-top: -50px!important;
    padding: 10px;
    }

@media screen and (max-width: 550px) {
    .sl-wrapper .sl-image{
    width:inherit;
    } 
}


.sl-wrapper .sl-close {
    font-family: 'Lato', sans-serif;
    font-weight: 300!important;
    font-size: 3em!important;
    }

.sl-wrapper .sl-navigation button.sl-next {
    background-image: url("../img/lightbox/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    will-change: transform;
    right: 5px;
    font-size: 4rem;
    filter: invert(.5);
    transform: translateX(0) scaleX(-1);
    right: 0;
    }

.sl-wrapper .sl-navigation button.sl-prev {
    background-image: url("../img/lightbox/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    will-change: transform;
    right: 5px;
    font-size: 4rem;
    filter: invert(.5);
    left: 0px;
    }

    


.sl-wrapper .sl-image .sl-caption {
    font-family: 'Lato', sans-serif;
    color: black;
    background: rgba(0,0,0,0);
    font-size: .91em;
    /*white-space: pre-line;*/
    line-height: 1.13em;
    text-align: left;
    position: fixed!important;
    bottom: 15px!important;
    width: 100%!important;
    white-space: pre-line;
    padding-bottom: 40px;
    padding-left: 40px;
    max-height: 18vh;
    letter-spacing: .05em;
    }
  
.sl-wrapper .sl-image .sl-caption:first-line {
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    font-weight: 500;
   
    line-height: 2em!important
    }


.sl-wrapper .sl-counter {
    box-sizing: border-box;
    font-size: .9em;
    color: black;
    letter-spacing: .4em;
    font-weight: 500;
    height: 40px;
    text-align: left;
}
.sl-wrapper .sl-counter:before {content: 'Image';
letter-spacing: 0; margin-right: 15px;
}

@media screen and (min-width: 750px) {
    .sl-wrapper .sl-counter {
       text-align: center;
        top: auto;
        bottom: 10px;
    }
}

@media screen and (max-width: 750px) {
    .sl-wrapper .sl-counter {
        
    }
    
    .sl-wrapper .sl-image .sl-caption {padding-left: 20px;}
        .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
             filter: invert(0);
            }
        .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
             filter: invert(0);
            }
    
    .sl-wrapper .sl-close {
        right: 0;
        top:12px!important;
    }
        }