* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 0;
}

@font-face {
  font-family: MarckScript;
  src: url(../add/fonts/MarckScript-Regular.ttf);
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: row nowrap;
}
.wrapper .wrapper__unit {
  width: 100px;
  height: 100vh;
  flex: 1 1 auto;
  transition: 2s flex, 2s opacity;
  opacity: 0.6;
}
.wrapper .wrapper__unit:hover {
  flex: 10 1 auto;
  opacity: 1;
}
.wrapper :nth-child(1) {
  background-image: url(../add/pictures/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 30%;
}
.wrapper :nth-child(2) {
  background-image: url(../add/pictures/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 40%;
}
.wrapper :nth-child(3) {
  background-image: url(../add/pictures/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}
.wrapper :nth-child(4) {
  background-image: url(../add/pictures/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.wrapper :nth-child(5) {
  background-image: url(../add/pictures/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.wrapper :nth-child(6) {
  background-image: url(../add/pictures/6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 60%;
}
.wrapper :nth-child(7) {
  background-image: url(../add/pictures/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}

/*# sourceMappingURL=style.css.map */
