.section{
	text-align:center;
}


/* Sections
 * --------------------------------------- */
 #section,
 .slide{
	background-size: cover;
 }
 #section{
	background-image: url(../HD/img/bg.jpg);
 }


.section .bg-content {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px;
height:100%;
    width: 100%;
    color: #333;
}