body {
  width: 100%;
}

.l-container {
  overflow: hidden;
  width: 100%;
}

.feature {
  overflow: hidden;
  width: 100%;
}
.feature a {
  transition: all 0.5s ease;
}
.feature a:hover {
  opacity: 0.4;
}

.look {
  font-family: "open-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.014rem;
  line-height: 1;
  color: #000;
}
.look a {
  color: #000;
}
.look__container {
  width: 1050px;
  margin: 100px auto 40px;
}
.look__title {
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  vertical-align: bottom;
  margin-bottom: 40px;
  display: flex;
}
.look__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 27px;
}
.look__image {
  list-style: none;
  width: calc((100% - 6px) / 2);
}
.look__image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  opacity: 0;
  transition: all 0.5s ease;
}
.look__image img.fadein {
  opacity: 1;
}
.look__all-item {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.look__all-item a {
  position: relative;
  padding: 0 7px 6px;
  text-decoration: none;
  border-bottom: 1px solid #000;
}