.customer-styles {
  /* START article: speaker */
  /* END article: speaker */
}

.customer-styles .template_speaker {
  min-height: auto;
}

@media (min-width: 768px) {
  .customer-styles .template_speaker {
    min-height: 540px;
  }
}

.customer-styles .template_speaker .container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.customer-styles .template_speaker .headline {
  font-size: 34px;
  padding: 10px;
  background-color: #ff1744;
  font-family: 'Dosis-Light';
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

@media (min-width: 768px) {
  .customer-styles .template_speaker .headline {
    font-size: 68px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_speaker .headline {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_speaker .headline {
    left: 25px;
    min-height: 500px;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
  }
}

.customer-styles .template_speaker .image-wrapper {
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .customer-styles .template_speaker .image-wrapper {
    width: calc(100% - 180px);
  }
}

@media (min-width: 768px) {
  .customer-styles .template_speaker .image-wrapper {
    margin: 0 15px 0 165px;
  }
}

.customer-styles .template_speaker .image {
  width: 100%;
}
