body {

}
.scroll-gallery {
    position: relative;
    clear: both;
    width: 100%;
    
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    clear: both;
    overflow: hidden;
    background-color: #333;
}
.scroll-gallery.enabled {

}
.scroll-gallery section img, .scroll-gallery section .img {
    position: absolute;
    width: 100%;
    height: 100%;
    
}
.scroll-gallery section .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.scroll-gallery section .img.left {
    background-position: left center;
}
.scroll-gallery section .img.right {
    background-position: right center;
}
.scroll-gallery section .img.center {
    background-position: center center;
}
.scroll-gallery section.last-section img, .scroll-gallery section.last-section .img{
    bottom: 0px;
}
.scroll-gallery section.last-section.active .gallery-caption {
    position: absolute;

}
.scroll-gallery.enabled section.active .gallery-caption {
    position: fixed;

}
.scroll-gallery section.active * {
    opacity: 1;
    

}
.scroll-gallery img, .scroll-gallery .img {
    margin: auto;
    text-align: center;
}
.scroll-gallery .nav {
    display: none;
}
.scroll-gallery img, .scroll-gallery .img {
    position: absolute;
    display: none;
}
.scroll-gallery section .gallery-caption {
    position: relative;
    top: 200px;
    display: none;
    width:auto; 
    max-width: 210px;
    margin-left: 25px
    padding-right: 10px;
   

}

.scroll-gallery .gallery-caption {
    font-family: "Helvetica Neue Condensed Bold", "Helvetica Neue Condensed", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #666;
    width: 200px;
    opacity: 0;

}
.scroll-gallery section.active img, .scroll-gallery section.active .img {
    display: block;
}


.scroll-gallery.enabled section.active .gallery-caption {
    display: block;

}
.scroll-gallery.enabled section img, .scroll-gallery.enabled section .img {
    position: fixed;
    top: 50px;
    left: 0px;
    bottom: auto;
    z-index: 9998;
    width: 100%;
    height: 100%;
}
.scroll-gallery.enabled img, .scroll-gallery.enabled .img {
    display: block;
}
.scroll-gallery section.active img, .scroll-gallery section.active .img {
    z-index: 9999;
}
.scroll-gallery section * {
    opacity: 0;
}
.scroll-gallery.enabled section {
    height: 100%;
    height: calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -ms-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: -o-calc(100% - 50px);
}
.scroll-gallery .nav {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 50px;
    z-index: 99999;

}
.scroll-gallery.enabled .nav {
    position: fixed;
    display: block;
}
.scroll-gallery .nav .dot {
    width: 15px;
    height: 15px;
    background-color: white;
    background-color: rgba(255,255,255,0.6);
    opacity: 0.6;
    border: solid 1px black;
    border-radius: 15px;
    margin-top: 25px;

}
.scroll-gallery .nav .dot.active {
    background-color: white;
    opacity: 1;

}
.scroll-gallery .gallery-caption {
    position: relative;
    color: white;
    padding-top: 0px;
    z-index: 999999;

}
.scroll-gallery .caption-toggle {
    display: none;

}
    

@media screen and (max-width: 768px) {
    .scroll-gallery {
        background-color: white;

    }
    .scroll-gallery section img, .scroll-gallery section.active img {

        position: static;
        height: auto;
        opacity: 1;
        width: 100%;
        display: block;


    }
    .scroll-gallery section .gallery-caption, .scroll-gallery section.active .gallery-caption {
       font-family: Helvetica, Arial, sans-serif;
       color: #3f4245;
       padding: 0;
       float: left;
       margin: .25em 0 2em 0;
       width: 100%;
       position: static;
       display: block;
       text-shadow: none;
       font-weight: normal;
       opacity: 1;
       max-width: none;
       font-size: 12px;
       line-height:14px;
       padding-left: 15px;
    }
    .scroll-gallery section {
        padding-bottom: 10px;
        background-color: white;

    }

    .scroll-gallery-direction {
        display: none;
    }

}


    


