/* CSS Document */

.ew-cover-bg {
  background-image: url("../images/lib/emma_schlermo.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1080px;
  /*	width: 100%;*/
}
.ew-dark {
  background-color: #08070f;
}

@media (max-width: 768px) {
  .ew-cover-bg {
    background-image: url("../images/lib/emma_schlermo_mob.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
  }
}