/* CSS Document */
.spacer-icon {
  display: block;
  text-align: center;
  margin-top: -35px;
  margin-bottom: -35px;
}
@media screen and (min-width: 992px) {
  .spacer-icon {
    margin-top: -50px;
    margin-bottom: -50px;
  }
}
.spacer-icon .image-wrapper {
  border-radius: 100%;
  display: inline-block;
  max-height: 70px;
  max-width: 70px;
  position: relative;
  z-index: 110;
}
@media screen and (min-width: 992px) {
  .spacer-icon .image-wrapper {
    max-height: 100px;
    max-width: 100px;
  }
}
.spacer-icon .image-wrapper img {
  padding: 17%;
}
.spacer-icon .image-wrapper.theme-primary {
  background-color: #0072bc;
}
.spacer-icon .image-wrapper.theme-secondary {
  background-color: #FC5619;
}
.spacer-icon .image-wrapper.theme-uno-light {
  background-color: #00c1ff;
}
/*# sourceMappingURL=mask_spacericon.css.map */
