body, html {
    height: 100%;
}

.bg { 
    /* The image used */
    background-image: url(../img/comingsoon/promo2.jpeg);

    /* Full height */
    height: 100%; 
	    opacity: 0.65;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}