.wr-hero{
  margin:2em;
  padding:1px;
  min-height:560px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wr-hero-title{
  margin-left: -1.5em;
  margin-top: -2em;
  z-index: 2;
  position:relative;
}

.wr-hero-title span{
  display:block;
}

.wr-hero-title h1.text-over-image-wrapper,
.wr-hero-title h2.text-over-image-wrapper{
  font-size: 48px;
  line-height: 64px;
  display: inline;
  padding: 3px;
  font-family: roboto, sans-serif;
  font-weight: 300;
}

/* reset for conflicting css messing with normal strong tag in h2 */
.wr-hero-title h2 strong{
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: bold;
  line-height: 1.2;
}

.wr-hero-body{
  position:absolute;
  left:1em;
  bottom:8em;
  max-width: 450px;
  font-weight:400;
  font-size:16px;
  font-family:'roboto-mono',monospace;
  width:50%;
  padding:0 1em;
  z-index: 2;
  margin-left:-1em;
}

.wr-hero-body span{
  padding:0.2em 0;
  font-size: 16px;
  font-weight: 400;
  color: #1c1c1c;
  font-style: normal;
  background-color: #ffffff;
  box-shadow: 0.6em 0 0 #fff, -0.5em 0 0 #fff;
  display: inline;
}

.wr-hero-cta-container {
  position:absolute;
  bottom:2em;
  margin-left:-3em;
}

.wr-hero-cta {
  z-index:5;
  float: left;
  margin: 1em;
}

div.text-over-image-wrapper{
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
  font-family: 'roboto-mono', monospace;
}

.wr-hero-img img{
  z-index:1;
  position:absolute;
  width:100%;
}
.wr-hero-img{
  z-index:1;
}

.paragraph--type--hero--short{
  max-height: 20em;
  overflow: hidden;
}

.wr-hero-marketo{
  top: 1em;
  right: 3em;
  position: absolute;
  width: 30%;
  overflow-x: hidden;
  overflow-y: auto;
  background: white;
  padding: 2em;
}

@media screen and (max-width:720px) {
  .wr-hero {margin: 2em 1em;}
  .wr-hero-body {
    width: 75%;
/* This center the element on mobile version */
    bottom:50%;
    transform: translate(0%,50%);
  }
  .wr-hero-title h1.text-over-image-wrapper,
  .wr-hero-title h2.text-over-image-wrapper{
    font-size: 40px;
  }
}
