.banners-tiles__link {
  display: block;
  position: relative;
  overflow: hidden;
}
html:not(.bx-touch) .banners-tiles__link:hover .img-fluid, .bx-touch .banners-tiles__link:active .img-fluid {
  transform: scale(1.1);
}
.banners-tiles .ratio-box {
  padding-bottom: 216px;
}
@media only screen and (max-width: 1439px) {
  .banners-tiles .ratio-box {
    padding-bottom: 163px;
  }
}
.banners-tiles .img-fluid {
  transition: 0.3s;
}
.banners-tiles__title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439px) {
  .banners-tiles__title {
    font-size: 14px;
  }
}
