
html {
  width: 100%;
  height: 100%;
}

body {
  font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.container.is-fluid {
  margin-top: 5px;
}
.video-js {
  width: 100%;
}


#welcome {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1192d3 url(../img/bg.jpg) no-repeat bottom right;
}

#welcome p {
  color: #FFFFFF;
  text-shadow: 2px 2px #000000;
}

#map {
  height: 100%
}

figure>img {
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1);
  background: #fff;
}
