html {
  height: 100%;
}

body {
  background: url(/library/images/bg5.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  position: relative;
  padding-bottom: 69px;
}

.container-herbisamo {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
    padding-bottom: 40px;
  }
}
@media (orientation: landscape) {
  body, html {
    height: auto;
  }
}
img {
  max-width: 100%;
}
