.main_content_container > .wrapper{
    position: relative;
}

.branding-head {
    margin: 0 auto;
    width: 100%;
    position: static;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.full-gallery .branding-left {
	top:930px;
    margin-left: -1165px;

}
.full-gallery .branding-right {
	top:930px;
    margin-left: 531px;
}

.full-gallery .main_content_container .branding_fixed {
	top:70px;
}


.branding-left {
    height: 100%;
    display: block;
    top:0px; 
    left:50%;
    margin: 0px 0 0 -1325px;
    width: 799px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.branding-right {
    height: 100%;
    display: block;
    top:0px;
    left:50%;
    margin: 0px 0 0 525px;
    width: 799px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.branding-head a, .branding-left a, .branding-right a {
    display: block;
    width: 100%;
    height: 100%;
}

.branding-head a img, .branding-head a iframe {
    display: block;
    margin: 0 auto;
}

.branding-left a img, .branding-left a iframe {
    display: block;
    margin: 0 0 0 auto;
}

.branding-right a img, .branding-right a iframe {
    display: block;
    margin: 0 auto 0 0;
}

.toggleMenu .branding-left,.toggleMenu .branding-right{
    display:none;
}

.full-gallery .branding_fixed.branding-left{
    margin-left: -1330px;
}
.full-gallery .branding_fixed.branding-right{
    margin-left: 366px;
}


.branding_fixed{
    position: fixed;
    top:71px;
    z-index: 899;
}

.branding_bottom{
    position: absolute;
    bottom:0px;
    top: initial;
}

#adriver_banner_1{
    position: absolute;
    width:100%;
    z-index: 999999999;
}
#adriver_banner_1 div{
    margin:0 auto;
}

footer{
    z-index: 998;
    position: relative;
}

@media only screen and (max-width: 999px) {
    .branding-left {
        margin: 0 0 0 -491px;
        width: 153px;
    }

    .branding-right {
        margin: 0 0 0 338px;
        width: 153px;
    }
}

@media screen and (max-width: 674px){
    .branding-left {
        margin: 0 0 0 -337px;
        width: 97px;
    }

    .branding-right {
        margin: 0 0 0 241px;
        width: 97px;
    }

}

.hidden, .hide {
    display: none !important;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
    .branding-left,
    .branding-right {
        display: none;
    }
    html {
        overflow: hidden;
    }
}