.d-flex-custom {
  display: none;
}
@media screen and (min-width: 992px) {
  .d-flex-custom {
    display: flex;
    height: 100%;
    max-height: 120px;
    position: fixed;
    bottom: 1rem;
    width: 100%;
    max-width: 140px;
    left: 8px;
  }
  .widgets-container {
    width: 100%;
    max-width: 140px;
    height: 100%;
    max-height: 120px;
  }
  .widgets {
    height: 120px;
    max-height: 120px;
    position: fixed;
    z-index: 9999;
  }
  .widgets h4 {
    font-family: CheddarJack, serif;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  }
  .widgets .icons {
    display: flex;
    justify-content: center;
  }
  .widgets .icons img {
    width: 48px;
    height: 48px;
    margin: 0 0.7vw;
  }
  .icons {
    display: flex;
  }
}
#phone-banner {
  background-color: transparent;
  color: transparent;
}
#phone-banner:hover {
  background-color: #fff;
  color: #6e6865;
  transition: color 1000ms linear, background-color 1000ms linear;
}

