/* SASS Document */
/* SASS Document */
@media only screen and (min-width: 667px) {
  /* line 22, ../../sass/modules/2B_3column_3images_overlay_teasers.scss */
  .modular-template-wrapper .three-img .column:nth-child(1):after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    z-index: 2;
  }
  /* line 34, ../../sass/modules/2B_3column_3images_overlay_teasers.scss */
  .modular-template-wrapper .three-img .column:nth-child(2):before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    z-index: 2;
  }
  /* line 46, ../../sass/modules/2B_3column_3images_overlay_teasers.scss */
  .modular-template-wrapper .three-img .column:nth-child(2):after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    z-index: 2;
  }
  /* line 58, ../../sass/modules/2B_3column_3images_overlay_teasers.scss */
  .modular-template-wrapper .three-img .column:nth-child(3):before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    z-index: 2;
  }
}
