/* ICONS */
.product-comparison .product-comparison-table .image-icon {
      width: auto;
      background-size: contain;
}
.product-comparison .image-icon-display-type {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Product%20Category%20(PC)/PC0001-laptop.svg");
}
.product-comparison .image-icon-screen-resolution{
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Phone%20(PH)/PH0009-display-resolution.svg");
}
.product-comparison .image-icon-refresh-rate {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Phone%20(PH)/PH0020-retina.svg");
}
.product-comparison .image-icon-response-time{
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Systems%20(SS)/SS0042-response-time.svg");
}
.product-comparison .image-icon-color-gamut{
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Keyboards%20(KB)/KB0027-multicolor.svg");
}
.product-comparison .image-icon-certified-display{
  background-image: url("https://assets2.razerzone.com/images/pnx.assets/e95e254c78c6742ac91e0b2e0a670dcf/logos-calman.webp");
}
.product-comparison .image-icon-adaptive-sync{
  background-image: url("https://assets2.razerzone.com/images/pnx.assets/e95e254c78c6742ac91e0b2e0a670dcf/logos-nvidia_gsync.webp");
}
@media (max-width: 768px) {
  .product-comparison .product-comparison-table thead tr th.product-comparison-theader-name {
      display: none;
  }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}