/* line 3, clingify.scss */
.js-clingify-ztransform, .js-clingify-wrapper {
  #-webkit-transform: translateZ(0);
  #-moz-transform: translateZ(0);
  #-ms-transform: translateZ(0);
  #-o-transform: translateZ(0);
  #transform: translateZ(0);
}

/* Baseline selectors */
/* line 10, clingify.scss */
.js-clingify-wrapper {
  width: 100%;
}

/* line 14, clingify.scss */
.js-clingify-locked {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}

/* Advanced selectors */
.js-clingify-placeholder{
  height: auto!important;
}