.splash_image {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  height: 0;
}

.splash_image.contain {
  background-size: contain;
}

.splash_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

h8 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.project-description {
  margin-top: 48px;
}

.project-description h6 {
  margin-top: 8px;
}

.center {
  text-align: center;
}

.jo-project-logo-container {
  position: fixed;
  left: 100px;
  top: 20px;
  width: 200px;
  height: 40px;
  overflow: hidden;
  z-index: 3000;
}

.jo-project-logo {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    width: 200px;
    height: 30px;
    margin-top: 5px;
    background-color: #000000;
    margin-top: 40px;
}


.disclamer h8 {
	color: #F00;
}

.disclamer h6 {
	font-size: 24px;
  margin-top: 4px;
}
