p {
  font-size:14px;
  color: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c9c9c9;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c9c9c9;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c9c9c9;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c9c9c9;
    opacity: 1;
}

.image-map-wrapper
{
  position: relative;
}

.image-map-region
{
  position: absolute;
  background: rgba(255, 255, 125);
}

.wwrap {
  max-width: 800px;
  margin: 0 auto;
  min-height: 100%;
  background-image: url('https://cdn.dcrypto.com/salesforce/df15/pardot/fiat/splash.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.headspace {
  width: 100%;
  padding-top: 80%;
}

.splash-bg {
  max-width: 800px;
  margin: 0 auto;
  min-height: 100%;
  background-image: url('https://cdn.dcrypto.com/salesforce/df15/pardot/fiat/splash.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.redeem-bg {
  max-width: 800px;
  margin: 0 auto;
  min-height: 100%;
  background-image: url('https://cdn.dcrypto.com/salesforce/df15/pardot/fiat/redeem1.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.headspace2 {
  width: 100%;
  padding-top: 55%;
}

@-moz-document url-prefix() { /* Disable scrollbar Firefox */
            html{
              scrollbar-width: none;
            }
          }

          body {
            margin: 0; /* remove default margin */
            scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
            -ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
            overflow-y: scroll;
          }
          body::-webkit-scrollbar {
            width: 0px;
            background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
          }
