.page-content .container{
width: 100%;
}
.page-content .row{
margin-bottom: 80px;
position: relative;
}
.page-content.parallax {
padding: 70px 0 0 0;
width: 100%;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
overflow: hidden;
background-size: cover;
background-attachment: fixed;
background-repeat: repeat-y;
}
.page-content .row img{
height: auto;
}