

@media only screen and (max-width: 1000px){
    .header_bottom {
      background-color: transparent;
    }
    .content, .touch .content, .content.content_top_margin {
      margin-top: -100px!important;
    }
}
.content > .content_inner > .full_width {
    position: relative !important;
    z-index: 5000;
}