Content 22

Home » Components » Content » Content 22

Content 22

Oral Care Matters

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.

Learn More

Oral Care Matters

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.

Learn More
/* ===== Content 22 ===== */

#content-22 .container {
	position: relative;
        z-index: 9
}

#content-22 {
	position: relative;
}

#content-22 .banner {
	height: 50%;
	background: #eee;
	width: 100%;
	position: absolute;
        z-index: 5;
	top: 50%;
	-webkit-transform: translatey(-50%);
	    -ms-transform: translatey(-50%);
	        transform: translatey(-50%)
}