/* pagina sostenibilità */
.sustain-page{
  max-width:780px;
  margin:3rem auto;
  padding:calc(var(--header-h) + 1.5rem) 1rem 0; /* header + 1.5rem extra */
  text-align:center;
  font-family: var(--font-body);
}

.sustain-page h1{
  font-size:2rem;
  color:#395934;
  margin:0 0 1.4rem;
  text-transform: uppercase;
}

.sustain-text p{margin:1rem 0}

/* --- full-bleed video -------------------------------------- */
.video-full-bleed{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  text-align:center;
}

.video-full{
  width:100%;
  height:auto;
  display:block;
  border:0;
  border-radius:0;
}
