.frame-type-highlight .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-highlight .content .text {
    z-index: 1;
    position: relative; }
  @media (min-width: 768px) {
    .frame-type-highlight .content {
      display: table;
      min-height: 470px;
      padding: 20px 170px; }
      .frame-type-highlight .content .text {
        display: table-cell;
        vertical-align: middle; } }
  @media (min-width: 992px) {
    .frame-type-highlight .content {
      padding: 40px 170px;
      font-size: 55px;
      font-size: 3.6666666667rem;
      line-height: 66px;
      line-height: 4.4rem; } }
  .frame-type-highlight .smallImage {
    display: block;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1; }
  @media (min-width: 768px) {
    .frame-type-highlight .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-highlight .smallImage:before {
        bottom: calc(100% + 30px);
        right: 6px; } }
  @media (min-width: 992px) {
    .frame-type-highlight .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%); } }
