body{
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
#slider .caption-line{
	background-color:rgba(0,0,0,.2)
}
@media screen and (min-width: 1200px) {
	.container {width: 1160px;}
	#slider {
		width: 90%;
		padding:5%
		height: 600px;
		margin-bottom: 3em;
		cursor: default;
    }
    #slider .viewer {
        width: 500px;
        height: 375px;
        overflow: hidden;
    }
    #slider .viewer .reel {
        display: none;
        height: 375px;
    }
    #slider .viewer .reel .slide {
        position: relative;
        width: 500px;
        height: 375px;
    }
}
#content .text-content{padding:5%;}