/*Nexus 10*/
.product_teaser_module .product_teaser_module-teaser {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-family: "Arial", sans-serif; }
  .product_teaser_module .product_teaser_module-teaser article {
    /* width: $fixedWidth + px; */
    margin: 0 0 4em 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (min-width: 41.25em) {
      .product_teaser_module .product_teaser_module-teaser article {
        width: 48%; } }
    .product_teaser_module .product_teaser_module-teaser article figure:first-of-type {
      background-color: #e6e6e6;
      background-color: #e6e6e6;
      /*width: $fixedWidth + px;*/
      width: 100%;
      height: 240px; }
    .product_teaser_module .product_teaser_module-teaser article em {
      font-size: 1.3em;
      font-family: "Brandon_bld", sans-serif;
      display: block;
      margin: 0.8em 0 0.5em;
      line-height: 1.2;
      height: 2em; }
    .product_teaser_module .product_teaser_module-teaser article p {
      margin-bottom: 1em; }
  .product_teaser_module .product_teaser_module-teaser .product_teaser_module-business {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto; }
    @media (max-width: 22.5em) {
      .product_teaser_module .product_teaser_module-teaser .product_teaser_module-business {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .product_teaser_module .product_teaser_module-teaser .product_teaser_module-business .product_teaser_module-price {
          margin-bottom: 0.8em; } }
    .product_teaser_module .product_teaser_module-teaser .product_teaser_module-business .product_teaser_module-price {
      font-size: 1.1em;
      font-weight: bold; }
  @media only screen and (min-width: 64em) {
    .product_teaser_module .product_teaser_module-teaser {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
