.reg
width: 100%;
height: 100%;
background: $body-color url('../img/fluid_background.jpg')
background-size: cover
.reg_container
//position: absolute
display: flex
flex-direction: column
align-items: center
justify-content: center
padding-right: 15px
padding-left: 15px
margin: 0px auto
max-width: 1100px
height: 100%
<div class=" reg">
<div class=" reg_container_wrap">
Тут контент
</div>
</div>