@import url('https://use.typekit.net/aqp1vqs.css');
@import url('https://fonts.googleapis.com/css?family=Teko:500,700');
/* Fluid Type - https://www.madebymike.com.au/writing/fluid-type-calc-examples/
 * @property: the css property to adjust
 * @min-vw, @max-vw: the range width to make adjustments to @property
 * @min-size, @max-size: the min/max of the @property
 * Examples:
 *    .fluid-type(font-size, 600px, 900px, 12px, 28px);
 *    .fluid-type(font-size, 20rem, 80rem, 0.875rem, 1.375rem);
 *    .fluid-type(width, 3200px, 1280px, 200px, 500px);
 *    .fluid-type(line-height, 20em, 80em, 1.2em, 1.8em);
*/
.wtb-modal-container {
  height: 0;
  width: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.wtb-modal-container.active {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
.wtb-modal-container .modal-close-button {
  max-width: 81px;
  position: absolute;
  right: 50px;
  top: 122px;
}
.wtb-modal-container .close-modal-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wtb-modal-container .atvi-wheretobuy > .inner {
  position: absolute;
  width: 92%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wtb-modal-container .atvi-wheretobuy > .inner .boxart-and-descriptions {
  background-repeat: no-repeat;
  background-size: 109%;
  background-position: center top;
  background-image: url('../../../../../../../../content/dam/atvi/tony-hawk/alcatraz/wtb/paint-splatter-boxart.png');
}
.wtb-modal-container .atvi-wheretobuy > .inner .form-container {
  background-repeat: no-repeat;
  background-size: 109%;
  background-position: center top;
  background-image: url('../../../../../../../../content/dam/atvi/tony-hawk/alcatraz/wtb/paint-splatter-form.png');
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wtb-modal-container .wtb-module-container .module-title {
    font-size: 2rem;
  }
  .wtb-modal-container .modal-close-button {
    top: 2px;
    right: 2px;
    max-width: 47px;
  }
}
