.dex-mlp-parallax,
.dex-mlp-wrap {
    position: relative
}
.dex-mlp-parallax {
    overflow: hidden;
    background: center center no-repeat;
    background-attachment: fixed!important;
    -webkit-background-size: cover!important;
    background-size: cover!important
}
.dex-mlp-parallax.dex-mouse {
    background-attachment: inherit !important;
    -webkit-background-size: inherit !important;
    background-size: inherit !important;
}
.dex-mlp-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}
.dex-mlp-layer > img {
	width : 100% !important;
	height : 100% !important;
	display : block !important;
}
.dex-mlp-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: top left
}
.dex-mlp-content {
    position: relative
}
.dex-layer-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 2
}
.dex-container {
    display: block;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}
