	.banner{
		width:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		position:relative;
		color:#fff;
		overflow:hidden;
	}
	.banner .content{
		z-index:2;
		position:absolute;
		bottom:50%;
		-webkit-transform:translateY(60%);
		-ms-transform:translateY(60%);
		transform:translateY(60%);
		left:0;
		width:100%;
	}
