/*** COLORS ***/
.sticky_mdi-wrapper {
  background-color: #333333;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 11;
}
.sticky_mdi-wrapper #sticky_mdi-img {
  max-height: 2rem;
}
.sticky_mdi-wrapper .button-wrapper a {
  display: block;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .sticky_mdi-wrapper {
    bottom: auto;
    right: 0;
    top: 11.75rem;
    width: 9.5rem;
  }
  .sticky_mdi-wrapper #sticky_mdi-img {
    max-height: 3.5rem;
  }
  .sticky_mdi-wrapper .button-wrapper a {
    padding: 0.5rem 1rem;
  }
}
