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

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

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

  #index #main .hero-image {
    background-image: url("../images/mycleanmac-hero-580x510.png");
    background-image: -webkit-image-set(url("../images/mycleanmac-hero-580x510.webp") 1x);
    background-repeat: no-repeat;
  }

  #index #main .actions-image {
    background-image: url("../images/macbook2-658x486.png");
    background-image: -webkit-image-set(url("../images/macbook2-658x486.webp") 1x);
    background-repeat: no-repeat;
  }

  #index #main .imac-monitor {
    background-image: url("../images/imac-848x693.png");
    background-image: -webkit-image-set(url("../images/imac-848x693.webp") 1x);
    background-repeat: no-repeat;
  }

  #index #main .imac-screenshot {
    background-image: url("../images/mycleanmac-screenshot-540x360.png");
    background-image: -webkit-image-set(url("../images/mycleanmac-screenshot-540x360.webp") 1x);
    background-repeat: no-repeat;
    height: 360px;
    margin: 15px auto;
    width: 540px;
  }

  #index #main .features-image {
    background-image: url("../images/mac2-846x937.png");
    background-image: -webkit-image-set(url("../images/mac2-846x937.webp") 1x);
    background-position: 60px 0;
    background-repeat: no-repeat;
  }

  #index #main .reasons-image {
    background-image: url("../images/imac2-980x748.png");
    background-image: -webkit-image-set(url("../images/imac2-980x748.webp") 1x);
    background-repeat: no-repeat;
  }

  #index #main .reasons-screenshot {
    background-image: url("../images/mycleanmac-screenshot-540x360.png");
    background-image: -webkit-image-set(url("../images/mycleanmac-screenshot-540x360.webp") 1x);
    background-repeat: no-repeat;
    height: 360px;
    margin: 60px auto auto 60px;
    width: 540px;
  }

}
