@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);
body {
  padding: 0;
  margin: 0
}

.block {
  width: 100%;
  height: 100vh;
  min-height: 300px;
  position: relative;
  overflow: hidden
}

.block + .block {
  margin-top: 2px
}

h1, h2 {
  width: 100%;
  position: absolute;
  margin: 0;
  top: 50%;
  text-align: center;
  font-weight: normal
}

h1 {
    font-size: 7rem;
    transform: translateY(-50%);
}

h2 {
    font-size: 4rem;
    transform: translateY(50%);
}

.style-4 {
  background: linear-gradient(90deg, #e43a15 10%, #e65245 90%);
}

.style-4:after {
  content: '';
  position: absolute;
  width: 100px;
  max-width: 20%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  left: 10%;
  background: repeating-linear-gradient(90deg, #FFEDBC, #FFEDBC 60%, transparent 60%, transparent 75%);
  opacity: .5
}

.style-4 h1, .style-4 h2 {
  z-index: 2;
  color: #FFEDBC;
  font-family: 'Racing Sans One';
}
