.wide-wrapper {
display: table;
margin-left: auto;
margin-right: auto;
position: relative !important;
width: 100%;
}

.wide-wrapper-bg {
position: absolute!important;
top: 0;
left:0;
right:0;
bottom: 0;
z-index:-2;
}

.wide-wrapper .inner-wrapper {
/*position:relative;*/
width: 100%;
}

a.link-all {
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:99999999999999;
}
