.col-centered{
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
	color:white;
}

.fleft div{
	float:left
}

img{
	width:100%;
}

.info p {
    color: #e9e9e9;
    margin-top: 15px;
}

@media (min-width: 768px){
	.col-centered{
		height:580px;
	}
}

@media (max-width: 720px){
	.col-centered{
		margin-top:25px;
	}
}