﻿#featured-slideshow {
    margin: 0 .5em;
    background-color: transparent;
    margin-top: 1em;
}

#featuredSlideshow, #featuredSlideshow a {
    width: 100%
}

#featured-slideshow-container {
    margin: 0 auto
}

.featuredLakeSlide {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: inset 0 0 50px rgba(0,0,0,1)
}

.featuredLakeSlideInfo {
    text-align: center;
    color: #fff;
    width: 100%;
    padding:0.5em;
    position: absolute;
    bottom: 1em;
    font-size:125%;
}

@media screen and (max-width:768px) {

    #featured-slideshow {
        float: none;
        margin: 3em 0
    }
}
