.article.row + .article.row,
.zigzag > .row + .zigzag > .row{
  padding-top: 0;
}
.article.row:nth-child(2n+2) > .awrap > .swrap2,
.zigzag > .row:nth-child(2n+2) > .awrap > .swrap2{
  order: 2;
}
.article.row:nth-child(2n+2) > .awrap > .txtwrap2,
.zigzag > .row:nth-child(2n+2) > .awrap > .txtwrap2{
  order: 1;
}
.article.row:nth-child(2n+2) .swrap1.effe,
.zigzag > .row:nth-child(2n+2) .swrap1.effe{
  transform: translateX(150px);
}
.article.row:nth-child(2n+2) .swrap1.effe.actelem,
.zigzag > .row:nth-child(2n+2) .swrap1.effe.actelem{
  transform: translateX(0);
}
.article.row .atitle,
.zigzag#node-207 > .row .atitle{
  font-size: var(--fs-bigg);
}
@media screen and (min-width: 1750px){
  .zigzag > .row > .awrap .swrap1{
    width: 90%;
  }
  .zigzag > .row:nth-child(2n+1) > .awrap .swrap1{
    margin-left: 10%;
  }
  .zigzag > .row:nth-child(2n+2) > .awrap .swrap1{
    margin-right: 10%;
  }
}
.zigzag > .row > .awrap .swrap1 .name-field-smedia{
  transition: filter 0.5s ease-out 1s;
  filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.0));
}
.zigzag > .row > .awrap .swrap1.actelem .name-field-smedia{
  filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.5));
}
.zigzag > .row > .awrap .name-field-smedia img{
  width: 100%; /* weird not show image bug */
  -webkit-mask-size: contain; /* Scales the mask to fit the element */
  mask-size: contain;
  /* 2. Stop it from repeating (tiling) */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* 3. Position it in the exact center */
  -webkit-mask-position: center;
  mask-position: center;
}
.zigzag > .row:nth-child(2n+2) > .awrap .name-field-smedia img{
  -webkit-mask-image: url('../imgs/talk-ballon-01.svg');
  mask-image: url('../imgs/talk-ballon-01.svg');
}
.zigzag > .row:nth-child(2n+1) > .awrap .name-field-smedia img{
  -webkit-mask-image: url('../imgs/talk-ballon-02.svg');
  mask-image: url('../imgs/talk-ballon-02.svg');
}

@media screen and (max-width: 850px){
  .layout-container .article.row > .awrap > .txtwrap2,
  .layout-container .zigzag > .row > .awrap > .swrap2{
    order: 2;
  }
  .layout-container .article.row > .awrap > .swrap2,
  .layout-container .zigzag > .row > .awrap > .txtwrap2{
    order: 1;
  }
}