quote-container .quote-contain {
  background-color: #e5001f;
  height: 100%;
  height: 300px;
}
quote-container .quote-contain .title {
  width: 50%;
  display: inline-block;
  margin-top: -120px;
}
quote-container .quote-contain .title h3 {
  text-transform: uppercase;
  font-family: "DIN Next W01 Heavy";
  letter-spacing: -1.75px;
  color: #ffffff;
  font-size: 70px;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  padding-left: 50px;
  line-height: 60px;
  margin-top: 0px;
}
quote-container .quote {
  width: 40%;
  display: inline-table;
  position: relative;
  height: 200px;
  margin-top: 50px;
}
quote-container .quote img {
  position: relative;
  width: 100%;
}
quote-container .quote .quote-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
}
quote-container .quote .quote-source {
  margin-top: 0px;
  text-align: left;
  padding-left: 20px;
  letter-spacing: 0.1px;
}
quote-container .quote .quote-text,
quote-container .quote .quote-source {
  color: #ffffff;
  font-size: 20px;
  font-family: "DIN Next W01 Regular";
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
quote-container .quote-text,
quote-container .quote-source {
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
quote-container .quote-text.hide,
quote-container .quote-source.hide {
  opacity: 0;
}
@media only screen and (max-width: 1145px) {
  quote-container .quote-contain .title{
    display: block;
    width: 100%;
    padding: 30px 30px 30px 30px;
    width: 100%;
  }
  quote-container .quote-contain{
    height: 100%;
  }
  quote-container .title h3{
    padding-left: 0px !important;
    text-align: center;
    font-size: 40px !important;
    line-height: 40px !important;
  }
  quote-container .quote{
    display: none;
  }
}
