﻿#featuredLakesSlideshow, #featuredLakesSlideshow a {
    width: 100%
}

#featured-lakes-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
}
