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

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

  #iolovpn .screenshot {
    background-image: url("../images/iolovpn-screenshot-580x356.png");
    background-repeat: no-repeat;
    height: 356px;
    width: 580px;
  }

  #hotspot .screenshot {
    background-image: url("../images/hss-screenshot-580x356.png");
    background-image: -webkit-image-set(url("../images/hss-screenshot-580x356.webp") 1x);
    background-repeat: no-repeat;
    height: 356px;
    width: 580px;
  }

  #bitdefender .screenshot {
    background-image: -webkit-image-set(url("../images/boxshot-bitdefender-487x465.webp") 1x);
    background-repeat: no-repeat;
    height: 465px;
    width: 487px;
  }

  #antivirus #virusfix .product-image {
    background-image: url("../images/virusfix-boxshot-185x195.png");
    background-image: -webkit-image-set(url("../images/virusfix-boxshot-185x195.webp") 1x);
    background-position: 0 30px;
    background-repeat: no-repeat;
    /*height: 195px; */
    height: 225px;
    width: 185px;
  }

  #antivirus #norton .product-image {
    background-image: url("../images/boxshot-norton-135x191.png");
    background-image: -webkit-image-set(url("../images/boxshot-norton-135x191.webp") 1x);
    background-position: 50px 0;
    background-repeat: no-repeat;
    height: 191px;
    width: 185px;
  }

  #antivirus #avira .product-image {
    background-image: url("../images/boxshot-avira-99x181.png");
    background-image: -webkit-image-set(url("../images/boxshot-avira-99x181.webp") 1x);
    background-position: 80px 0;
    background-repeat: no-repeat;
    height: 181px;
    width: 185px;
  }

}
