.bg-img {
  position: relative;
  background-image: url('/static/img/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
