.custom-bg-text {
  font-size: 200px;
  left: 10%;
  line-height: 0;
  position: absolute;
  top: 0px;
  white-space: nowrap;
  z-index: -1;
}
@media (min-width: 769px) {
  .custom-block:hover {
    z-index: 5;
  }

  .custom-block .ba-grid-column {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .custom-block:hover .ba-grid-column:hover {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2) !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
  }
