.affiche-container {
  height: 100%;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Roboto Slab", sans-serif;
  padding-top: 16%;
}
.affiche-container .group:after {
  content: "";
  display: table;
  clear: both;
}
.affiche-container img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
.affiche-container a {
  text-decoration: none;
}
.affiche-container .container {
  max-width: 1600px;
  margin: 0 auto;
}
.affiche-container .picture-box {
  background-repeat: no-repeat;
  width: fit-content;
  height: auto;
}
.affiche-container h1 {
  font-size: 9vw;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 1em;
  font-family: Bevan, sans-serif;
}
.affiche-container h1 span {
  display: block;
  color: tomato;
}
.byline {
  font-size: 1em;
  color: #555;
}
.byline > p:first-child {
  font-style: italic;
}
.byline,
.main-article {
  padding: 1em;
  margin-top: 1em;
}
.affiche-container .main-article p {
  margin-bottom: 16px;
  text-indent: 1em;
}
.affiche-container .main-article section:first-child p:first-child {
  text-indent: 0;
}
.affiche-container .main-article section:first-child p:first-child:first-letter {
  float: left;
  color: tomato;
  font-size: 81px;
  line-height: 60px;
  padding-top: 5px;
  padding-right: 8px;
  padding-left: 3px;
  font-weight: 100;
}
@media only screen and (min-width: 900px) {
  .affiche-container .container {
    display: flex;
    flex-flow: row wrap;
  }
  .picture-box,
  .top-matter {
    flex: 50%;
    height: auto;
    min-height: 900px;
  }
  .picture-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top-matter {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: center;
    background: transparent;
  }
  .affiche-container .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    order: 2;
  }
.title-box h1 {
    width: 100%;
    display: table;
    font-size: 5em;
    text-align: center;
    margin: auto 0;
    transform: rotate(-90deg);
  }
.byline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
.byline p {
    font-size: 1.25em;
    line-height: 1.3;
    text-align: center;
  }
.affiche-container .main-article {
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.383);
    padding: 4em 2em;
    box-shadow: 5px 5px 8px rgba(85, 85, 85, 0.37);
  }
.affiche-container section {
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  .affiche-container .main-article p {
    font-size: 1.25em;
  }
  .affiche-container .main-article section:first-child p:first-child:first-letter {
    float: left;
    color: tomato;
    font-size: 105px;
    line-height: 60px;
    padding-top: 13px;
    padding-right: 8px;
    padding-left: 3px;
    font-weight: 100;
  }
}
.byline p {
  margin-bottom: 16px;
}
/*
blockquote {
  font-size: 1.1em;
  line-height: 1.6em;
  border-left: none;
  position: relative;
  text-indent: -19px;
  text-align: left;
  font-size: 2em;
  text-decoration: solid;
}

blockquote:before,
blockquote:after {
  font-family: Arial, serif;
  font-size: 2.5em;
  vertical-align: middle;
  line-height: 0
}

blockquote:before {
  content: open-quote;
  margin-right: 4px;
  color: tomato;
}

blockquote:after {
  content: close-quote;
  margin-left: 3px;
  color: tomato;
}*/

@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");



blockquote {
  font-family: "Titillium Web", sans-serif;
  width: 300px;
  height: 300px;
  /*BLUE BG*/
  background: radial-gradient(
    ellipse at center,
    rgba(0, 128, 172, 1) 0%,
    rgba(0, 128, 172, 1) 70%,
    rgba(0, 128, 172, 0) 70.3%
  );
  /*RED BG
  background: radial-gradient(
    ellipse at center,
    rgba(210, 20, 20, 1) 0%,
    rgba(210, 20, 20, 1) 70%,
    rgba(210, 20, 20, 0) 70.3%
  );*/
  position: relative;
  margin: 0;
  color: white;
}

blockquote::content {
  height: 100%;
  font-size: 21px;
  line-height: 1.25;
  padding: 0;
  text-align: center;
  font-style: italic;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

blockquote:before {
  content: "";
  width: 50%;
  height: 100%;
  float: left;
  shape-outside: polygon(
    0 0,
    98% 0,
    50% 6%,
    23.4% 17.3%,
    6% 32.6%,
    0 50%,
    6% 65.6%,
    23.4% 82.7%,
    50% 94%,
    98% 100%,
    0 100%
  );
  shape-margin: 7%;
}




.quote-wrapper::before {
  content: "\201C";
  font-size: 270px;
  height: 82px;
  line-height: 0.78;
  line-height: 1;
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 1;
  font-family: sans-serif, serif;
  color: #ccc;
  opacity: 0.9;
}

@media (min-width: 850px) {
  .quote-wrapper {
    width: 370px;
    height: 370px;
  }

  .quote-wrapper::before {
    font-size: 300px;
  }

  .text p {
    font-size: 26px;
  }

  .quote-wrapper blockquote footer {
    bottom: 32px;
  }
}
