/* -*- coding: utf-8 -*- */

@media only screen and (min-width:601px) {

  #main .final-cta-container {
    background: transparent url("../images/final-cta-bg-1440x473.jpg") 50% 0;
  }

  #index #main .hero-sam-img {
    background: transparent url("../images/hero-sam-731x504.png") 0 0 no-repeat;
    height: 504px;
    width: 731px;
  }

  #index.index1 #main .hero-sam-img {
    background: transparent url("../images/hero-sam-550x379.png") 0 0 no-repeat;
    height: 379px;
    width: 550px;
  }

  #index.lf1 #main .hero-lf1-img {
    background: transparent url("../images/hero-lf1-896x600.png") 0 0 no-repeat;
    height: 600px;
    width: 896px;
  }

  #index #main .hero-bill-img {
    background: transparent url("../images/hero-bill-417x418.png") 0 0 no-repeat;
    height: 417px;
    width: 418px;
  }

  #how-it-works .screenshot1 {
    background: transparent url("../images/MyCleanPC-Scan-v427-800x503.png") 0 0 / 600px 377px no-repeat;
    height: 377px;
    margin: 30px auto;
    width: 600px;
  }

  #how-it-works .screenshot2 {
    background: transparent url("../images/MyCleanPC-Clean-v427-800x503.png") 0 0 / 600px 376px no-repeat;
    height: 376px;
    margin: 30px auto;
    width: 600px;
  }

  #exit-popup .rebate-bestbuy .rebate-image {
    background: transparent url("../images/bestbuy-card-239x152.png") 0 0 no-repeat;
    height: 152px;
    margin-right: 40px;
    width: 239px;
  }

  #mac-popup .mcm-image-img {
    background: transparent url("../images/mac-monitor-344x268.png") 0 0 no-repeat;
    height: 268px;
    margin: 0 auto 0 130px;
    width: 344px;
  }

  #percent-ten-day .big-boxshot,
  #trialofferone .big-boxshot {
    background: transparent url("../images/mcpc-box-shot-540x740.png") 0 0 no-repeat;
    height: 740px;
    width: 540px;
  }
}

@media only screen and (max-width:1050px) {
  #index.index1 #main .hero-sam-img {
    background-size: calc(100vw - 500px) auto;
    width: calc(100vw - 500px);
  }
}
