.typeWrap-mask_galerie_easy {
  position: relative;
}
.typeWrap-mask_galerie_easy .itemWrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.typeWrap-mask_galerie_easy .itemWrap .item {
  width: 16.6666666667%;
  padding: 10px;
}
@media (max-width: 1199px) {
  .typeWrap-mask_galerie_easy .itemWrap .item {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .typeWrap-mask_galerie_easy .itemWrap .item {
    width: 25%;
  }
}
@media (max-width: 700px) {
  .typeWrap-mask_galerie_easy .itemWrap .item {
    width: 33.333%;
  }
}
@media (max-width: 550px) {
  .typeWrap-mask_galerie_easy .itemWrap .item {
    width: 50%;
  }
}
.typeWrap-mask_galerie_easy .itemWrap .item a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.typeWrap-mask_galerie_easy .itemWrap img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
