/* -*- 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 .hack-report-image {
    background-image: url("../images/has-my-email-been-hacked-detailed-report.png");
    background-image: -webkit-image-set(url("../images/has-my-email-been-hacked-detailed-report.webp") 1x);
    background-repeat: no-repeat;
    height: 589px;
    position: absolute;
    right: -160px;
    top: -10px;
    width: 630px;
  }

}
