@import url(https://use.typekit.net/vin2dio.css);
.lookbook-component__background {
  width: 100%;
  max-height: 100%;
  height: 300px;
  width: 300px;
  position: relative;
  border-radius: 0 !important;
  text-align: center;
  background-color: #F5F5F5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lookbook-component__background img {
  height: 100%;
  mix-blend-mode: multiply;
}
.lookbook-component__text {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  left: 50%;
  margin: 0 !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  margin: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lookbook-component__text.shadow-text {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.lookbook-component__text button {
  padding: 8px 24px;
  font-family: "alternate-gothic-condensed-a";
  height: 44px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Futura-pt";
  font-size: 20px;
  font-weight: 500;
  text-shadow: none;
  text-decoration: none;
  border: none;
}
.lookbook-component__text button.Tile:hover {
  background-color: #4E8B9B !important;
  color: #ffffff !important;
  border: none;
}
.lookbook-component__text button.Black:hover {
  background-color: #000000 !important;
  border: none;
  color: #ffffff !important;
}
.lookbook-component__text button.White:hover {
  background-color: #ffffff !important;
  border: none;
  color: #2B2B2B !important;
}
.lookbook-component__text h1 {
  font-size: 34px;
  line-height: normal;
  font-weight: 500;
  color: inherit;
  font-family: "alternate-gothic-condensed-a";
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

@media (min-width: 992px) {
  .lookbook-component__background {
    max-height: 100%;
    height: 500px;
    width: 500px;
  }
  .lookbook-component__text {
    padding: 0 100px 20px 100px;
  }
  .lookbook-component__text button {
    font-size: 20px;
    font-weight: 400;
  }
}
