/** Shopify CDN: Minification failed

Line 44:27 Expected ")" to end URL token

**/
.fit-wrapper {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.3);
  z-index: -999;
  opacity: 0;
  pointer-events: none;
}
.showFit{
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 29000 !important;
}
#fit {
  position: relative;
  width: 92%;
  height: 92%;
  max-width: 1500px;
  max-height: 3000px;
  margin: auto;
  background-color: #fff;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  #fit {
    width: 100%;
    height: 100%;
  }
}
.openFit {
  width: 125px;
  height: 40px;
  background-color:#fff;
  background-image: url({{ 'ffButton.png' | asset_img_url: 'master' }});
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  border: 1px solid rgb(221, 221, 221);
  margin: auto;
  cursor: pointer;
  margin-bottom: 20px;
}
.openFit.nobutton {
  width: auto;
  height: auto;
  background: none;
  border:none;
  margin: 0;
  cursor: pointer;
}
.template-howtochoose .openFit {
  margin: 30px auto 0 0;
}