.portal-choices-modal {
  text-align: center;
}

.portals .image {
  height: 60px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.portals .image img {
  height: 100%;
  width: auto !important;
}
.portals .image span {
  visibility: hidden;
}

.patternbox.payment-portals > div.content {
  height: auto;
}
.patternbox.payment-portals .portal-list {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.patternbox.payment-portals .portal-list > div {
  flex: 0 1 50% !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  .patternbox.payment-portals .portal-list > div {
    flex: 0 1 75%;
  }
}
.patternbox.payment-portals .portal-list a {
  display: block;
  width: 100%;
}
.patternbox.payment-portals .portal-list a div {
  width: 100%;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0;
}
.patternbox.payment-portals .portal-list a div span {
  visibility: hidden;
}

/*# sourceMappingURL=portals.css.map */