/**
 * Layout
 */

#wrap {
	position:relative;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0px auto -30px;
	background-repeat: no-repeat;
	background-position-x: center;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
}

	#wrap .content {
		position:absolute;
		width: calc(100% - 20px);
        padding: 10px;
		height: 300px;
        margin: auto;
		top: 0px;
		bottom: 0px;
		color: #fff;
		text-align: center;
	}

    .content-box {
        background-color: rgba(0, 0, 0, 0.6);
        width:100%;
        padding: 20px 0px;
        max-width: 350px;
        margin:auto;
    }

    iframe {
        background-color: #fff;
        padding:20px;
        margin: 20px 0px;
    }

.logo {
    width: 100%;
    max-width: 350px;
}
