body, html {
  height: 100%;
  margin: 0;
}

body {
  width: 100%;
  height: 400px;
  background-image: url('assets/img/bg.jpg');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}