@media screen and (max-width: 767px) {
  .quote-video__container._container {
    padding: 0;
  }
}
.quote-video__body {
  background: #004c51 url("/wp-content/themes/islamichelp/assets/images/north-pattern-white-1200-346.png") no-repeat top center/cover;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 767px) {
  .quote-video__body {
    border-radius: 0;
    flex-direction: column;
  }
}
.quote-video__video {
  width: 375px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .quote-video__video {
    width: 100%;
    height: 219px;
  }
}
.quote-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quote-video__btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quote-video__video-overlay {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote-video__content {
  flex: 1;
  padding: 56px;
}
@media screen and (max-width: 767px) {
  .quote-video__content {
    padding: 48px 32px;
  }
}
.quote-video__text {
  margin-top: 32px;
  font-family: "Karla", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 143%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .quote-video__text {
    font-size: 20px;
    line-height: 160%;
  }
}
.quote-video__author {
  margin-top: 54px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .quote-video__author {
    margin-top: 32px;
    font-size: 12px;
    line-height: 133%;
  }
}/*# sourceMappingURL=style.css.map */