


@page {size: 210mm 297mm; margin: 0mm;}


.hero {
  position: relative;
}

.hero img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.hero-title {
  position: absolute;
  bottom: 0;
  background-color: white;
  z-index: 20;  
  width: 100%;
  opacity: 85%;
  padding:20px 0 20px 40px;
  
}

h1 {
  
}

div#container {width: auto;}

