.promoBanner.active {
    position: relative;
    color: #FFF;
}

.promoBanner.active .backgroundSkew {
    background-image: linear-gradient(90deg,#fd9800 0%,#00f7ff 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: skewY(0deg);
    transform-origin: 0;
    z-index: -1;
}

.download a.btn img {
    display: inline-block;
    position: relative;
    bottom: 2px;
}

.promo h1 {
    font-weight: 900;
    text-shadow: 4px 4px 8px #000000;
    -webkit-text-stroke: 1px black;
}

.downloadCount {
    color: rgba(255, 255, 255, 0.75);
}

.downloadCount:hover {
    color: rgba(255, 255, 255, 1);
}

.screenshots a {
    color: #666;
}

.promo h3 {
    font-weight: 600;
}

#btn-mac {
    display: none;
}

@media only screen and (max-width: 750px) {
    .promo h1 {
        font-weight: 800;
        text-shadow: 3px 3px 3px #000000;
        -webkit-text-stroke: 1px black;
        font-size: 54;
    }
    .display-1 {
        font-size: 3.3rem;
    }
  }