.fancybox__content {
  max-width: 760px;
  width: 90%;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2022/INPA/MY-I-Want-It-All/images/popup-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.fancybox__content a {
  width: calc(100% / 3 - 10px);
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.fancybox__content a img {
  max-width: 100%;
  max-height: 70px;
}
/*# sourceMappingURL=reModal.css.map */