/**
 * Cornerstone Element: Background Image
 *
 * @since 0.8
 */


.ananda-x-background-image {
	position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: -1;
    display: block;
    overflow: visible;
    width: 100%;
    top: auto;
}
