.first-block {
  margin-top: 150px;
  padding: 0 1.2rem;
}

.first-block-link a {
  color: #000;
  text-decoration: none;
  font-size: 2.5rem;
  position: relative;
}
.first-block-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  height: 2px;
  width: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  content: "";
}
.first-block-link a:hover::after {
  width: 100%;
}

.second-block {
  width: 100%;
  height: 90vh;
  margin-top: 40px;
  background: url("../images/collages/Playboy_exhibtion_w.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.section-title h2 {
  font-size: 3rem !important;
}

.pre-title {
  font-size: 1rem;
  margin-left: 6px;
}

.section-description {
  line-height: 1.3rem;
  font-size: 1rem;
  color: #000;
}

#playboys {
  margin-top: 150px;
  width: 100%;
  padding: 0 2rem;
}

.playboys-gallery,
.romans-gallery {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr calc(10px + 5vw) 1fr calc(10px + 5vw) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10px + 5vw);
}

.playboys-object,
.roman-object {
  aspect-ratio: 1/1.2;
}
.playboys-object img,
.roman-object img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.playboys-object:hover img,
.roman-object:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.playboys-big-image {
  width: 100%;
  height: 100vh;
  margin-top: 150px;
  background: url("../images/hangar/artbasel_exhibtion_w.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#instant-meaning,
#romans {
  margin-top: 150px;
}
#instant-meaning .section-title,
#instant-meaning .section-description,
#romans .section-title,
#romans .section-description {
  padding: 0 2rem;
}

.instant-meaning-big-image {
  width: 100%;
  height: 100vh;
}
.instant-meaning-big-image img {
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
  width: 100%;
  height: 100%;
}

.instant-meaning-collage {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.instant-meaining-collage-object {
  aspect-ratio: 1/0.7;
}
.instant-meaining-collage-object img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

#romans {
  margin-bottom: 100px;
}

.romans-big-picture {
  width: 100%;
  height: 90vh;
  margin-top: 40px;
  background: url("../images/collages/roman_lstalxm_w.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.romans-gallery {
  padding: 0 2rem;
}