.frame_index {
  position: relative;
  width: 89%;
  margin-left: 5.5%;
  padding: 0;
  top: 100px;
  margin-bottom: 120px;
}
.row_index {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 1.7%;
  position: relative;
}
.row_index img {
  height: 100%;
  width: 100%;
  margin: 0;
  object-fit: cover;
}
.frame_img_wide {
  width: 49.1%;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.frame_img_slim {
  width: 23.7%;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
.frame_split_slim {
  width: 23.7%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.single_img {

  bottom: 0;
  right: 0;
}
.split_img {
  width: 100%;
  margin: 0;
}
.split_img:nth-child(2) {
  bottom: -2.2%;
}
.rollover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  opacity: 0 !important;
  transition: opacity 0.2s;
}
.rollover p {
  color: #fff !important;
  font-size: 15px;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.typo-nav {
  width: 89vw;
  margin-left: 5.5vw;
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  gap: 1rem;
}
.typo-nav > a {
  color: #0009;
  font-size: 2rem;
  text-decoration: none;
  position: relative;
  margin-right: 12px;
}
.typo-nav > a:after {
  content: "";
  position: absolute;
  top: 20px;
  margin-left: 8px;
  width: 12px;
  height: 3px;
  background: #0009;
}
.typo-nav > a:nth-child(12):after {
  content:"";
  position: relative;
}
.typo-nav > a:hover {
  color: #000d;
}
@media screen and (max-width: 560px){
  .rollover {
    background: linear-gradient(#0000, 90%, #0009);
    opacity: 1 !important;
  }
}
.frame_img_wide:hover .rollover {
  opacity: 1 !important;
}

.frame_img_wide:hover .rollover_split {
   opacity: 1 !important;
}
.frame_img_slim:hover .rollover {
 opacity: 1 !important;
}
