.frame-type-quote .content {
  background: url(/typo3conf/ext/zz_gowest_theme_stoiser/Resources/Public/Images/water.jpg);
  background-size: cover;
  font-family: 'Cormorant Garamond', serif;
  font-size: 35px;
  font-size: 2.3333333333rem;
  line-height: 42px;
  line-height: 2.8rem;
  color: #fff;
  padding: 180px 10px 80px;
  text-shadow: 2px 2px 50px rgba(0, 0, 0, 0.15); }
  .frame-type-quote .content blockquote {
    z-index: 1;
    opacity: 0.99; }
  .frame-type-quote .content blockquote footer {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: "area-normal", Arial, serif;
    font-size: 13px;
    font-size: 0.8666666667rem;
    line-height: 13px;
    line-height: 0.8666666667rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600; }
    @media (min-width: 768px) {
    .frame-type-quote .content blockquote footer {
      right: 40px;
      bottom: 30px; } }
  @media (min-width: 768px) {
    .frame-type-quote .content {
      display: table;
      min-height: 470px;
      padding: 20px 170px; }
      .frame-type-quote .content blockquote {
        display: table-cell;
        vertical-align: middle; } }
  @media (min-width: 992px) {
    .frame-type-quote .content {
      padding: 40px 100px 40px 170px;
      font-size: 55px;
      font-size: 3.6666666667rem;
      line-height: 66px;
      line-height: 4.4rem; } }
  .frame-type-quote .smallImage {
    display: block;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1; }
  .frame-type-quote .smallImage:before {
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    content: "\e91a";
    color: #fff;
    display: block;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    width: 31px;
    position: absolute;
    bottom: 0;
    right: -68px;
    transform: rotate(180deg); }
  @media (min-width: 768px) {
    .frame-type-quote .smallImage {
      left: -20px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .frame-type-quote .smallImage:before {
        bottom: calc(100% + 30px);
        right: 6px; } }
  @media (min-width: 992px) {
    .frame-type-quote .smallImage {
      height: 210px;
      width: 210px;
      left: calc(20px/2);
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }

.frame-type-text blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-size: 1.6rem; }
