/*tall flexible start*/
.tall-flexible{
    position: relative;
    z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.tall-flexible__overlay{
	position: absolute;
	max-height: 100%;
	height: 6969px;
	width: 100%;
	z-index: -1;
}

.tall-flexible.tall-flexible--fixed{
	background-attachment: fixed;
}

/*tall flexible end*/