.item_gallery__content {
  position: relative;
}
.item_gallery__content .content__img {
  height: 100%;
}
.item_gallery__content .content__img img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) and (max-width: 2040px) {
  .item_gallery__content .content__img img {
    height: 100%;
    object-fit: cover;
  }
}
.item_gallery__content .content__legend {
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 1.563rem 3.125rem;
  width: 100%;
}
.item_gallery__content .content__legend .legend__text {
  font-size: 1.75rem;
  line-height: 41px;
  font-weight: 800;
  max-width: 80%;
  width: 100%;
  margin-bottom: 0rem;
}
@media (max-width: 1199px) {
  .item_gallery__content .content__legend .legend__text {
    font-size: 1.2rem;
    line-height: 26px;
    font-weight: 700;
  }
}
@media (max-width: 1199px) {
  .item_gallery__content .content__legend {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}