.theme-suprim {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/new-gen/gb202-300-suprim-soc/template-bg.jpg) no-repeat fixed;
  background-size: cover;
}
.theme-suprim.suprimliquid {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/new-gen/gb203-suprimliquid-soc/template-bg.jpg) no-repeat fixed;
  background-size: cover;
}
.theme-suprim .themeBtn {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/new-gen/features/suprim/suprim-btn.png) no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 35px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-size: 100% 100%;
  color: #fff;
}
.theme-suprim .themeBtn:hover {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/new-gen/features/suprim/suprim-btn-hover.png") no-repeat center;
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-size: 100% 100%;
}/*# sourceMappingURL=theme-suprim.css.map */