    *, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    }
    * {
      margin:0;
      padding:0;
      border: 0 none;
      position: relative;
    }

    p {
    min-width: 300px;
    margin: 0 auto;
    line-height: 1.1rem;
    padding-right: 4rem;
    margin-bottom: .5rem;
    }

    .w{
    padding-right: 0;
    }

    .new{
    font-weight: bold;
    animation: blinker 1s linear infinite;
    font-style: italic;
    font-size: 0.3em;
    }

    .newcv{
    font-weight: bold;
    animation: blinker 1s linear infinite;
    font-style: italic;
    font-size: 1em;
    }

    @keyframes blinker {
    50% { opacity: 0; }
    }

    #artist{
    font-size: 1.8rem;
    padding-top: 1rem;
    font-weight: bold;
    }

    .list:before {
    content: '';
    position: absolute;
    bottom: .4rem;
    width: 100%;
    height: 0;
    line-height: 0;
    border-bottom: 3px dotted;
    }

    .description{
    display: inline;
    z-index: 1;
      padding-right: .2rem;
    }

    a.mondriaanfonds::before{
    background-image: url("../images/Logoweb_zwart.svg");
    }

    .medium{
    position: absolute;
    min-width: 4rem;
      bottom: 0;
      right: 0;
      padding-left: .2rem;
      text-align: right;
      z-index: 2;
      font-size: 0.7em;
      font-style: italic;
    }

    html, body {
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    font-color:white;

    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;

    padding: 1em;
    margin: 0;
    min-width: 1080px;
    }

    a{
    color: inherit;
    text-decoration: inherit;
    text-decoration: none;
    }
    .artist {font-size: 1.3em;
    font-family: serif;}

    .box{
    display: none;
    width: 100%;
    }

    a:hover + .box,.box:hover{
    display: block;
    position: relative;
    z-index: 100000;
    }

    #wrapper{
      width: 100%;
      height: auto;
      padding-top: 0.8em;
      font-family: 'helvetica neue', helvetica, arial, sans-serif;
      font-size: 0.9em;
      max-width: 1400px;
      margin: auto;
    }

    .wrapper{
    overflow: auto;
    }

    .nav{
    margin-left: 18px;
    font-size: 0.9em;
    width:25%;
    height: 100%;
    float:left;
    position: absolute;
    background-color: white;
    position: fixed;

    }

    #nav{
    padding-top: 12px;
    z-index: 9999999;
    }

    .container{
    vertical-align:top;
    float:left;
    width: 75%;

    }
    #content{
    padding-right: 80px;
    position: fixed;
    margin-left: 360px;
    padding-top: 10px;
    padding-bottom: 80px;
    overflow: scroll;
    height: 100%;
    }

    #c1, #c2, #c3 {
    display: inline-block;
      height: 100%;
      padding:1em;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
    }


    img{
    width:70%;
    }

    #c1{
    height: 100%;
    width: 33%;
    float: left;
    color:black;
    padding: 0;
    margin: 0;

    }

    #c2{
    height: 100%;
    width: 34%;
      margin-left: auto;
      margin-right: auto;
      float:left;
    }

    #c3{
    width: 33%;
    height:100%;
    float: right;
    color:black;
    float:right;
    }

    #screenshot{
    position:absolute;
    padding:5px;
    display:none;
    }
    li { font-weight: normal;
    font-size:1em;
    letter-spacing: 0.4px;
    line-height: 1.3em;

    }
    ol{
    padding-left: 2.5em;
    }

    .info{
    float:right;
    }
    h1{
    line-height: 0.9em;
    }

    #press
    article.news-item:first-child {
      margin-top: 0px;
    }

    article.news-item {
          overflow: auto;
          padding-bottom: 25px;
          margin-top: 25px;
          border-bottom: 1px solid #f3f3f3;
      }

    .news-thumb {
     float: left;
     padding: 0 20px 20px 0;
    }

    .news-item p{
    width: 100%;
    padding-top: 20px;
    }


/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 1200 x 1600 Portrait and Landscape */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

/* @media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px) {
    *, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  * {margin:0;padding:0;border: 0 none;position: relative;}
  p {
    min-width: 300px;
    margin: 0 auto;
    line-height: 1.1rem;
    padding-right: 4rem;
    margin-bottom: .5rem;
  }

  .w{
  padding-right: 0;
  }

  .new{
    font-weight: bold;
    animation: blinker 1s linear infinite;
    font-style: italic;
    font-size: 0.3em;
  }

  .newcv{
    font-weight: bold;
    animation: blinker 1s linear infinite;
    font-style: italic;
    font-size: 1em;
  }

  @keyframes blinker {
  50% { opacity: 0; }
  }

  #artist{
  font-size: 1.8rem;
  padding-top: 1rem;
  font-weight: bold;
  }

  .list:before {
    content: '';
    position: absolute;
    bottom: .4rem;
    width: 100%;
    height: 0;
    line-height: 0;
    border-bottom: 3px dotted;
  }

  .description{
    display: inline;
    z-index: 1;
      padding-right: .2rem;
  }

  a.mondriaanfonds::before{
    background-image: url("../images/Logoweb_zwart.svg");
  }

  .medium{
    position: absolute;
    min-width: 4rem;
      bottom: 0;
      right: 0;
      padding-left: .2rem;
      text-align: right;
      z-index: 2;
      font-size: 0.7em;
      font-style: italic;
  }

  html, body {
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    font-color:white;

    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;

    padding: 0.7em;
    margin: 0;
  }

  a{
    color: inherit;
    text-decoration: inherit;
    text-decoration: none;
  }
  .artist {font-size: 1.3em;
    font-family: serif;}

  .box{
    display: none;
    width: 100%;
  }

  a:hover + .box,.box:hover{
    display: block;
    position: relative;
    z-index: 100;
  }

  #wrapper{
    width: 100%;
    height: auto;  margin-left: 0;
      padding: 0;
      font-family: 'helvetica neue', helvetica, arial, sans-serif;
      font-size: 0.9em;
  }

  .wrapper{
    overflow: auto;
  }

  .nav{
    margin-left: 18px;
    font-size: 0.9em;
    width:25%;
    height: 100%;
    overflow:scroll;
    float:left;
    position: absolute;
    background-color: white;
    position: fixed;
  }

  #nav{
  padding-top: 12px;
  }

  .container{
    vertical-align:top;
    float:left;
    width: 75%;

  }
  #content{
    padding-right: 80px;
    position: fixed;
    margin-left: 360px;
    padding-top: 10px;
    padding-bottom: 80px;
    overflow: scroll;
    height: 100%;
  }

  #c1, #c2, #c3 {
    display: inline-block;
      height: 100%;
      padding:1em;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }


  img{
    width:70%;
  }

  #c1{
    height: 100%;
    width: 33%;
    float: left;
    color:black;
    padding: 0;
    margin: 0;

  }

  #c2{
    height: 100%;
    width: 34%;
      margin-left: auto;
      margin-right: auto;
      float:left;
  }

  #c3{
    width: 33%;
    height:100%;
    float: right;
    color:black;
    float:right;
  }
  #screenshot{
    position:absolute;
    padding:5px;
    display:none;
  }
  li { font-weight: normal;
    font-size:1em;
    letter-spacing: 0.4px;
    line-height: 1.3em;

    }
  ol{
    padding-left: 2.5em;
  }

  .info{
    float:right;
  }
  h1{
    line-height: 0.9em;
  }

  #press
  article.news-item:first-child {
      margin-top: 0px;
    }

  article.news-item {
          overflow: auto;
          padding-bottom: 25px;
          margin-top: 25px;
          border-bottom: 1px solid #f3f3f3;
      }

  .news-thumb {
     float: left;
     padding: 0 20px 20px 0;
  }

  .news-item p{
    width: 100%;
    padding-top: 20px;
  }
} */

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 320 x 736 Portrait & Landscape */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


/* @media all
  and (min-width: 320px)
  and (max-width: 736px) {
    p {
      min-width: 300px;
      margin: 0 auto;
      line-height: 1.1rem;
      margin-bottom: .5rem;
    }

    .w{
    padding-right: 0;
    }

    .new{
      font-weight: bold;
      animation: blinker 1s linear infinite;
      font-style: italic;
      font-size: 0.3em;
    }

    .newcv{
      font-weight: bold;
      animation: blinker 1s linear infinite;
      font-style: italic;
      font-size: 1em;
    }

    @keyframes blinker {
    50% { opacity: 0; }
    }

    #artist{
    font-size: 1.8rem;
    padding-top: 1rem;
    font-weight: bold;
    }

    .description{
      display: inline;
      z-index: 1;
      padding-right: .2rem;
    }

    a.mondriaanfonds::before{
      background-image: url("../images/Logoweb_zwart.svg");
    }

    .medium{
      display: none;
    }

    html, body {
      font-family: 'helvetica neue', helvetica, arial, sans-serif;
      font-size: 1em;
      line-height: 1.4em;
      letter-spacing: 0.5px;
      font-color:white;

      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;

      padding: 0.7em;
      margin: 0;
    }

    a{
      color: inherit;
      text-decoration: inherit;
      text-decoration: none;
    }
    .artist {font-size: 1.3em;
      font-family: serif;}

    .box{
      display: none;
      width: 100%;
    }

    a:hover + .box,.box:hover{
      display: block;
      position: relative;
      z-index: 100;
    }

    #wrapper{
      width: 100%;
      height: auto;  margin-left: 0;
      padding: 0;
      font-family: 'helvetica neue', helvetica, arial, sans-serif;
      font-size: 0.9em;
    }

    .wrapper{
      overflow: auto;
    }


    .container{
      vertical-align:top;
      float:left;
      width: 75%;
    }

    #content{
      padding-right: 80px;
      position: fixed;
      margin-left: 360px;
      padding-top: 10px;
      padding-bottom: 80px;
      overflow: scroll;
      height: 100%;
    }


    img{
      width:100%;
    }


    #screenshot{
      position:absolute;
      padding:5px;
      display:none;
    }
    li {
      font-weight: normal;
      font-size:1em;
      letter-spacing: 0.4px;
      line-height: 1.3em;
      }
    ol{
      padding-left: 2.5em;
    }

    .info{
      float:right;
    }
    h1{
      line-height: 0.9em;
    }

    #press
    article.news-item:first-child {
        margin-top: 0px;
      }

    article.news-item {
            overflow: auto;
            padding-bottom: 25px;
            margin-top: 25px;
            border-bottom: 1px solid #f3f3f3;
        }

    .news-thumb {
       float: left;
       padding: 0 20px 20px 0;
    }

    .news-item p{
      width: 100%;
      padding-top: 20px;
    }


    #c1, #c2, #c3 {
        height: 100%;
        padding:1em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
} */

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 1024 x 1366 Portrait */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


/* @media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: portrait) {
    p {
      min-width: 300px;
      margin: 0 auto;
      line-height: 1.1rem;
      margin-bottom: .5rem;
    }

    .w{
    padding-right: 0;
    }

    .new{
      font-weight: bold;
      animation: blinker 1s linear infinite;
      font-style: italic;
      font-size: 0.3em;
    }

    .newcv{
      font-weight: bold;
      animation: blinker 1s linear infinite;
      font-style: italic;
      font-size: 1em;
    }

    @keyframes blinker {
    50% { opacity: 0; }
    }

    #artist{
    font-size: 1.8rem;
    padding-top: 1rem;
    font-weight: bold;
    }

    .description{
      display: inline;
      z-index: 1;
      padding-right: .2rem;
    }

    a.mondriaanfonds::before{
      background-image: url("../images/Logoweb_zwart.svg");
    }

    .medium{
      display: none;
    }

    html, body {
      font-family: 'helvetica neue', helvetica, arial, sans-serif;
      font-size: 1.5em !important;
      line-height: 1.2em;
      letter-spacing: 0.5px;
      font-color:white;

      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      padding: 0.7em;
      margin: 0;
      min-width: 1080px;
    }

    a{
      color: inherit;
      text-decoration: inherit;
      text-decoration: none;
    }
    .artist {font-size: 1.3em;
      font-family: serif;}

    .box{
      display: none;
      width: 100%;
    }

    a:hover + .box,.box:hover{
      display: block;
      position: relative;
      z-index: 100;
    }

    #wrapper{
      width: 100%;
      height: auto;  margin-left: 0;
      padding: 0;
      font-family: 'helvetica neue', helvetica, arial, sans-serif;
      font-size: 0.9em;
    }

    .wrapper{
      overflow: auto;
    }


    .container{
      vertical-align:top;
      float:left;
      width: 75%;
    }

    #content{
      padding-right: 80px;
      position: fixed;
      margin-left: 360px;
      padding-top: 10px;
      padding-bottom: 80px;
      overflow: scroll;
      height: 100%;
    }


    img{
      width:70%;
    }


    #screenshot{
      position:absolute;
      padding:5px;
      display:none;
    }
    li {
      font-weight: normal;
      font-size:1em;
      letter-spacing: 0.4px;
      line-height: 1.2em;
      }
    ol{
      padding-left: 2.5em;
    }

    .info{
      float:right;
    }
    h1{
      line-height: 1.2em;
    }

    #press
    article.news-item:first-child {
        margin-top: 0px;
      }

    article.news-item {
            overflow: auto;
            padding-bottom: 25px;
            margin-top: 25px;
            border-bottom: 1px solid #f3f3f3;
        }

    .news-thumb {
       float: left;
       padding: 0 20px 20px 0;
    }

    .news-item p{
      width: 100%;
      padding-top: 20px;
    }

    #c1, #c2, #c3 {
        height: 100%;
        padding:1em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
  } */

  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /* 1024 x 1366 Landscape */
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */


  /* @media only screen
    and (min-device-width: 1024px)
    and (max-device-width: 1366px)
    and (orientation: landscape) {
      p {
        min-width: 300px;
        margin: 0 auto;
        line-height: 1.1rem;
        margin-bottom: .5rem;
      }

      .w{
      padding-right: 0;
      }

      .new{
        font-weight: bold;
        animation: blinker 1s linear infinite;
        font-style: italic;
        font-size: 0.3em;
      }

      .newcv{
        font-weight: bold;
        animation: blinker 1s linear infinite;
        font-style: italic;
        font-size: 1em;
      }

      @keyframes blinker {
      50% { opacity: 0; }
      }

      #artist{
      font-size: 1.8rem;
      padding-top: 1rem;
      font-weight: bold;
      }

      .description{
        display: inline;
        z-index: 1;
        padding-right: .2rem;
      }

      a.mondriaanfonds::before{
        background-image: url("../images/Logoweb_zwart.svg");
      }

      .medium{
        display: none;
      }

      html, body {
        font-family: 'helvetica neue', helvetica, arial, sans-serif;
        font-size: 1em;
        line-height: 1.2em;
        letter-spacing: 0.5px;
        font-color:white;

        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
        padding: 1.5em;
        margin: 0;
      }

      a{
        color: inherit;
        text-decoration: inherit;
        text-decoration: none;
      }
      .artist {font-size: 1.3em;
        font-family: serif;}

      .box{
        display: none;
        width: 100%;
      }

      a:hover + .box,.box:hover{
        display: block;
        position: relative;
        z-index: 100;
      }

      #wrapper{
        width: 100%;
        height: auto;  margin-left: 0;
        padding: 0;
        font-family: 'helvetica neue', helvetica, arial, sans-serif;
        font-size: 0.9em;
      }

      .wrapper{
        overflow: auto;
      }


      .container{
        vertical-align:top;
        float:left;
        width: 75%;
      }

      #content{
        padding-right: 80px;
        position: fixed;
        margin-left: 360px;
        padding-top: 10px;
        padding-bottom: 80px;
        overflow: scroll;
        height: 100%;
      }


      img{
        width:70%;
      }


      #screenshot{
        position:absolute;
        padding:5px;
        display:none;
      }
      li {
        font-weight: normal;
        font-size:1em;
        letter-spacing: 0.4px;
        line-height: 1.2em;
        }
      ol{
        padding-left: 2.5em;
      }

      .info{
        float:right;
      }
      h1{
        line-height: 1.2em;
      }

      #press
      article.news-item:first-child {
          margin-top: 0px;
        }

      article.news-item {
              overflow: auto;
              padding-bottom: 25px;
              margin-top: 25px;
              border-bottom: 1px solid #f3f3f3;
          }

      .news-thumb {
         float: left;
         padding: 0 20px 20px 0;
      }

      .news-item p{
        width: 100%;
        padding-top: 20px;
      }


      #c1, #c2, #c3 {
          height: 100%;
          padding:1em;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
      }
    } */
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /* 768 x 1024 Landscape */
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */


  /* @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape) {
      p {
        min-width: 300px;
        margin: 0 auto;
        line-height: 1.1rem;
        margin-bottom: .5rem;
      }

      .w{
      padding-right: 0;
      }

      .new{
        font-weight: bold;
        animation: blinker 1s linear infinite;
        font-style: italic;
        font-size: 0.3em;
      }

      .newcv{
        font-weight: bold;
        animation: blinker 1s linear infinite;
        font-style: italic;
        font-size: 1em;
      }

      @keyframes blinker {
      50% { opacity: 0; }
      }

      #artist{
      font-size: 1.8rem;
      padding-top: 1rem;
      font-weight: bold;
      }

      .description{
        display: inline;
        z-index: 1;
        padding-right: .2rem;
      }

      a.mondriaanfonds::before{
        background-image: url("../images/Logoweb_zwart.svg");
      }

      .medium{
        display: none;
      }

      html, body {
        font-family: 'helvetica neue', helvetica, arial, sans-serif;
        font-size: 1.3em;
        line-height: 1.2em;
        letter-spacing: 0.5px;
        font-color:white;

        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
        padding: 0.7em;
        margin: 0;
      }

      a{
        color: inherit;
        text-decoration: inherit;
        text-decoration: none;
      }
      .artist {font-size: 1.3em;
        font-family: serif;}

      .box{
        display: none;
        width: 100%;
      }

      a:hover + .box,.box:hover{
        display: block;
        position: relative;
        z-index: 100;
      }

      #wrapper{
        width: 100%;
        height: auto;  margin-left: 0;
        padding: 0;
        font-family: 'helvetica neue', helvetica, arial, sans-serif;
        font-size: 0.9em;
      }

      .wrapper{
        overflow: auto;
      }


      .container{
        vertical-align:top;
        float:left;
        width: 75%;
      }

      #content{
        padding-right: 80px;
        position: fixed;
        margin-left: 360px;
        padding-top: 10px;
        padding-bottom: 80px;
        overflow: scroll;
        height: 100%;
      }


      img{
        width:70%;
      }


      #screenshot{
        position:absolute;
        padding:5px;
        display:none;
      }
      li {
        font-weight: normal;
        font-size:1em;
        letter-spacing: 0.4px;
        line-height: 1.2em;
        }
      ol{
        padding-left: 2.5em;
      }

      .info{
        float:right;
      }
      h1{
        line-height: 1.2em;
      }

      #press
      article.news-item:first-child {
          margin-top: 0px;
        }

      article.news-item {
              overflow: auto;
              padding-bottom: 25px;
              margin-top: 25px;
              border-bottom: 1px solid #f3f3f3;
          }

      .news-thumb {
         float: left;
         padding: 0 20px 20px 0;
      }

      .news-item p{
        width: 100%;
        padding-top: 20px;
      }

      #c1, #c2, #c3 {
          height: 100%;
          padding:1em;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
      }
    } */
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /* 768 x 1024 Portrait */
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */

    /* @media only screen
      and (min-device-width: 768px)
      and (max-device-width: 1024px)
      and (orientation: portrait) {
        p {
          min-width: 300px;
          margin: 0 auto;
          line-height: 1.1rem;
          margin-bottom: .5rem;
        }

        .w{
        padding-right: 0;
        }

        .new{
          font-weight: bold;
          animation: blinker 1s linear infinite;
          font-style: italic;
          font-size: 0.3em;
        }

        .newcv{
          font-weight: bold;
          animation: blinker 1s linear infinite;
          font-style: italic;
          font-size: 1em;
        }

        @keyframes blinker {
        50% { opacity: 0; }
        }

        #artist{
        font-size: 1.8rem;
        padding-top: 1rem;
        font-weight: bold;
        }

        .description{
          display: inline;
          z-index: 1;
          padding-right: .2rem;
        }

        a.mondriaanfonds::before{
          background-image: url("../images/Logoweb_zwart.svg");
        }

        .medium{
          display: none;
        }

        html, body {
          font-family: 'helvetica neue', helvetica, arial, sans-serif;
          font-size: 1.3em;
          line-height: 1.2em;
          letter-spacing: 0.5px;
          font-color:white;

          -webkit-font-smoothing:antialiased;
          -moz-osx-font-smoothing:grayscale;
          padding: 0.7em;
          margin: 0;
        }

        a{
          color: inherit;
          text-decoration: inherit;
          text-decoration: none;
        }
        .artist {font-size: 1.3em;
          font-family: serif;}

        .box{
          display: none;
          width: 100%;
        }

        a:hover + .box,.box:hover{
          display: block;
          position: relative;
          z-index: 100;
        }

        #wrapper{
          width: 100%;
          height: auto;  margin-left: 0;
          padding: 0;
          font-family: 'helvetica neue', helvetica, arial, sans-serif;
          font-size: 0.9em;
        }

        .wrapper{
          overflow: auto;
        }


        .container{
          vertical-align:top;
          float:left;
          width: 75%;
        }

        #content{
          padding-right: 80px;
          position: fixed;
          margin-left: 360px;
          padding-top: 10px;
          padding-bottom: 80px;
          overflow: scroll;
          height: 100%;
        }


        img{
          width:70%;
        }


        #screenshot{
          position:absolute;
          padding:5px;
          display:none;
        }
        li {
          font-weight: normal;
          font-size:1em;
          letter-spacing: 0.4px;
          line-height: 1.2em;
          }
        ol{
          padding-left: 2.5em;
        }

        .info{
          float:right;
        }
        h1{
          line-height: 1.2em;
        }

        #press
        article.news-item:first-child {
            margin-top: 0px;
          }

        article.news-item {
                overflow: auto;
                padding-bottom: 25px;
                margin-top: 25px;
                border-bottom: 1px solid #f3f3f3;
            }

        .news-thumb {
           float: left;
           padding: 0 20px 20px 0;
        }

        .news-item p{
          width: 100%;
          padding-top: 20px;
        }

        #c1, #c2, #c3 {
            height: 100%;
            padding:1em;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
      } */
