:root {
  --bg-lp-odd: #000000 !important;
  --bg-lp-even: #FFFFFF !important;
}

#engineAjax {
  margin-top: 0px;
}
#engine{
  padding-bottom: 0px;
}

.banner-background.remove-margin-header {
  margin-top: 0px;
}

#nvidia-overwatch-bundle .nvidia-banner {
  max-width: 100%;
  height: auto;
}

#nvidia-overwatch-bundle .ow-products-wrapper .ow-products {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}
#nvidia-overwatch-bundle .ow-products-wrapper .ow-products .ow-product {
  border-radius: 20px;
  border-color: #707070;
  border-width: 1px;
  background: #FFF;
  overflow: hidden;
  cursor: pointer;
}
#nvidia-overwatch-bundle .ow-products-wrapper .ow-products .ow-product:hover{
  text-decoration: none !important;
}
#nvidia-overwatch-bundle .ow-products-wrapper .ow-products .ow-product .info {
  display: block;
  background: #4B4B4B;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
#nvidia-overwatch-bundle .ow-products-wrapper .ow-products .ow-product .info .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 6px;
}
#nvidia-overwatch-bundle .ow-products-wrapper .ow-products .ow-product .info .price {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #82DB1B;
}

#nvidia-overwatch-bundle .nvidia-button {
  background-color: #82DB1B;
  color: #000;
  font-weight: bold;
}

#nvidia-overwatch-bundle .size-20 {
  font-size: 16px;
  line-height: 1.1em;
}

#nvidia-overwatch-bundle .landing-page-row br {
  display: initial;
}

#nvidia-overwatch-bundle .nvidia-ow-footer {
  margin-top: 150px;
}

@media (min-width: 768px) {
  #nvidia-overwatch-bundle .size-20 {
    font-size: 20px;
    line-height: 1.2em;
  }

  #nvidia-overwatch-bundle .ow-products-wrapper .ow-products .ow-product .info .name,
  #nvidia-overwatch-bundle .ow-products-wrapper .ow-products .ow-product .info .price {
    font-size: 26px;
    line-height: 36px;
  }
}