<div class="main_container uk-container">
<div class="uk-child-width-1-2 uk-child-width-1-3@s ..." uk-grid>
...
body {
background-attachment: fixed; /* фиксированый фон */
background-repeat: no-repeat; /* без повторений */
background-position: 50% 50%; /* позиционируем */
background-size: cover; /* масштабируем */
}