.background {
    align-items: center;
    background-image: url("/img/sky-bg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.info {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
}

.info__title {
    color: #fff;
    font-family: "Bad Script",cursive;
    font-size: 10em;
    font-weight: 100;
    /*letter-spacing: 0.05em;*/
    line-height: 1em;
    margin: 0 0 0 -10px;
    padding: 60px 75px 10px;
}


.info__text {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 1.4em;
    margin: 0;
    padding: 20px 75px 25px;
}

.tm {
    bottom: 11em;
    font-family: arial,sans-serif;
    font-size: 0.05em;
    position: relative;
    text-transform: uppercase;
		line-height: 1em;
}