.download-upsell {
    border-radius: 3px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    padding: 18px 20px;
}

.download-notes {
    font-size: 11px;
    margin-top: 6px;
}

.app-download {
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
    min-height: 600px;

    /* Relative for obscuring, below */
    position: relative;
}

.obscure-radio-from-screenshot {
    background: #2c2c2c;
    width: 70px; /* Height and width of Radio icon to obscure */
    height: 70px;
    position: absolute;

    /* Measure position from bottom, as bottom aligned image */
    bottom: 176px;
    left: 63px;
}

.app-download--linux .obscure-radio-from-screenshot {
    left: 45px;
}

.app-download--windows .obscure-radio-from-screenshot {
    left: 54px;
    bottom: 150px;
}

.screenshot-download {
    position: absolute;
    width: 550px;
    height: 600px;

    /* Measure position from bottom, as bottom aligned image */
    bottom: 0;
    left: 52px;
}

.app-download--linux .screenshot-download {
    width: 580px;
    left: 36px;
}

.app-download--windows .screenshot-download {
    width: 563px;
}