.mmlParallax, .mmlParallaxImage{
	/** Remember to set viewport height, if you disable the css loading. **/
    /*height: 400px;*/
}
.mmlEmbeddedNode {
    clear: both;
}
.mmlEmbeddedNode img {
    display: none;
}
.mmlParallaxWrap {
    background-color: #EEE;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.mmlParallaxWrap article{ position: absolute; /*text-indent: -9999px;*/ top: 50%; width: 100%; text-align:center; }

.mmlParallaxImage {
    background-attachment: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    /*box-shadow: 0 0 50px rgba(0,0,0,0.8);*/
	
}

.mmlImageInfoWrap{
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 100%;
	background-color: #EEE;
}
.mmlImageInfo {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.mmlImageInfoCaption{
    color: #666;
}
