.split-image-module {
  margin: 20px 0; }
  .split-image-module-title {
    font-size: 20px;
    margin-bottom: 28px;
    text-transform: uppercase; }
    .split-image-module-title h1,
    .split-image-module-title h2,
    .split-image-module-title h3,
    .split-image-module-title h4,
    .split-image-module-title h5,
    .split-image-module-title h6 {
      font-size: 20px;
      margin: 0; }
  .split-image-module section {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768.98px) {
      .split-image-module section {
        -ms-flex-direction: column;
            flex-direction: column; }
        .split-image-module section .tile {
          margin-bottom: 15px;
          margin-right: 0 !important; } }
    .split-image-module section .tile {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: relative; }
      .split-image-module section .tile:first-child {
        margin-right: 5px; }
      .split-image-module section .tile:only-child {
        margin: 0;
        position: relative; }
        .split-image-module section .tile:only-child::before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 40%; }
        .split-image-module section .tile:only-child > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .split-image-module section .tile:only-child img,
        .split-image-module section .tile:only-child video {
          height: auto;
          width: 100%; }
        @media (max-width: 768.98px) {
          .split-image-module section .tile:only-child {
            position: relative; }
            .split-image-module section .tile:only-child::before {
              display: block;
              content: "";
              width: 100%;
              padding-top: 100%; }
            .split-image-module section .tile:only-child > .content {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
            .split-image-module section .tile:only-child img,
            .split-image-module section .tile:only-child video {
              width: auto;
              height: 100%; } }
      .split-image-module section .tile::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 86.95652%; }
      .split-image-module section .tile > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .split-image-module section .tile .content {
        overflow: hidden; }
      .split-image-module section .tile img,
      .split-image-module section .tile video {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .split-image-module section .tile .text-container {
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 60px;
        left: 30px;
        top: auto;
        z-index: 1; }
        @media (max-width: 768.98px) {
          .split-image-module section .tile .text-container {
            bottom: 30px; } }
        .split-image-module section .tile .text-container h6 {
          font-size: 34px; }
          @media (max-width: 768.98px) {
            .split-image-module section .tile .text-container h6 {
              font-size: 24px; } }
        .split-image-module section .tile .text-container .action-container {
          color: #000; }
          .split-image-module section .tile .text-container .action-container .link {
            color: #fff; }
