* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "KlavikaRegular", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

h1,
h2 {
  font-family: "KlavikaBold", sans-serif;
  text-transform: uppercase;
}

.underlined {
  border-bottom: 1px solid white;
  text-transform: capitalize;
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #ffffff;
}

.radeonXgpHalo {
  background-color: #fff;
  font-family: "KlavikaRegular", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.radeonXgpHalo .twentytwenty-overlay {
  z-index: 1;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1px;
}

.hero-text-box {
  width: 1070px;
  margin-bottom: 40px;
  padding: 15px 20px 10px 20px;
  background-color: #fff;
}

.hero-text-box.mobile-hero-text-box {
  display: none;
}

.hero {
  width: 100%;
  background: #000;
  background-position: center;
  height: auto;
  position: relative;
  height: auto;
  border-bottom: 1px solid #333;
}

.hero .mobile-img {
  width: 100%;
  height: auto;
}

.hero-mobile-img {
  display: none;
}

.hero {
  position: relative;
}

.hero .call-out {
  padding: 32px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+30,0.8+51,0.66+69,0.71+90,0.5+100 */
  background: linear-gradient(45deg, white 16%, rgba(255, 255, 255, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: -webkit-box;
  display: flex;
  /* so can put copy and image in same row */
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 95px;
  /* must match height of amd arrow */
}

.hero .call-out .copy {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero .call-out .copy p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 28px;
}

.hero .call-out .logo {
  /*  flex: 0 1 30%; */
  -ms-flex-item-align: left;
  -ms-grid-row-align: left;
  align-self: left;
  padding-right: 0;
}

.hero .call-out .logo img {
  padding-top: 0px;
  vertical-align: baseline;
  padding-top: 40px;
}

.hero .call-out-box {
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 50%;
  /* includes arrow width */
  max-width: 600px;
}

.hero .call-out-box .copy .pd-box {
  text-align: center;
}

.hero .call-out-box .copy .pd-box img {
  padding: 16px 0;
  display: inline-block;
  width: 90%;
}

.hero .call-out-box .logo-box {
  width: 100%;
  text-align: center;
  padding: 20px 0 0 0;
}

.hero .call-out-box .logo-box img {
  display: inline-block;
  width: 30%;
}

.hero .call-out-box img.amd-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 95px;
  /* controls size of amd arrow */
}

.hero .devLogos {
  width: 65%;
  position: absolute;
  left: 120px;
  bottom: 0;
}

.hero .devLogos img {
  padding-top: 20px;
}

.hero .note {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: #aaa;
}

.mobile-img,
.fnatic-mobile-img,
.products-RyzenRadeon-mobile-img,
.Ryzen-Processors-mobile-img,
.intro-Halo-mobile-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fnatic-mobile-img,
.products-RyzenRadeon-mobile-img,
.Ryzen-Processors-mobile-img,
.intro-Halo-mobile-img {
  display: none;
}

.hero-info {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 310px;
  /* move box down below faces */
}

.hero-wrapper {
  width: 100%;
  max-width: 1100px;
}

.section-content.intro {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/intro-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: none;
  min-height: 420px;
  border-bottom: 1px solid #333;
}

.intro {
  text-align: left;
}

.intro-logos {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.intro .heading-2-center {
  margin-top: 20px;
}

.paragraph-intro {
  margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: auto;
}

.paragraph-DIRT {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
  width: 62%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.project-sku-row {
  margin-top: 50px;
}

.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-wrapper.align-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-wrapper.align-center {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.25px;
}

.heading-2.white {
  color: #fff;
}

sup {
  font-size: 60%;
}

.t1 {
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 10px;
}

.section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333;
  background-color: #000;
}

.section-content.xbox-gamepass {
  background-image: url("../images/gamepass-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.rx-graphics {
  background-image: url("../images/radeon-side-bg.jpg");
  background-position: 50% 0%;
  background-size: cover;
}

.section-content.rx5700 .project-sku-row.first,
.section-content.rx-graphics .project-sku-row.first {
  padding-top: 60px;
}

.section-content.rx5700 {
  background-image: url("../images/Dirt5-monitor-bg.jpg");
  background-position: 54% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-content.rx5700 .heading-2 {
  margin-top: 40px;
}

.section-content.fnatic {
  background-image: url("../images/DiRT5_bg.jpg");
  background-position: 60% 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}

.section-content.fnatic .content-box {
  font-size: 24px;
  max-width: 68%;
}

.section-content.fnatic .fnatic-name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: table;
  /* makes border same width as name */
}

.section-content.fnatic .fnatic-name p {
  margin-top: 10px;
  /* space between rule and name */
}

.section-content.fnatic .fnatic-rule {
  border-top: 1px solid #535353;
}

.section-content.qualifying {
  background-color: #000;
}

.section-content.qualifying:first-of-type {
  border-bottom: none;
}

.section-content.qualifying h1,
.section-content.qualifying h2 {
  text-align: center;
  padding-bottom: 30px;
}

.section-content.qualifying .section-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.fidelity,
.section-content.sharpening,
.section-content.freesync {
  background-color: #000;
  border-bottom: 0;
  padding-bottom: 20px;
  min-height: unset;
}

.section-content.sharpening,
.section-content.freesync {
  padding-top: 0px;
}

.section-content.sharpening {
  padding-bottom: 50px;
}

.section-content.fidelity h1,
.section-content.freesync h1,
.section-content.fidelity h2,
.section-content.freesync h2 {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

.section-content.fidelity .t1 {
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
}

.section-content.fidelity img {
  width: 100%;
}

.section-content.freesync {
  border-top: 1px solid #535353;
  padding-top: 40px;
}

.section-content.freesync .t1 {
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
}

.intro-Halo .section-wrapper .content-box {
  max-width: 510px;
  padding: 50px 0 50px 0;
}

.intro-Halo-footer {
  text-align: right;
  right: 10px;
  bottom: 10px;
  margin-left: auto;
}

.Ryzen-footer {
  text-align: right;
  color: #ffffff;
  font-size: 10px;
  right: 10px;
  bottom: 0px;
  margin-left: auto;
}

.Ryzen-Processors .section-wrapper,
.products-RyzenRadeon .section-wrapper {
  max-width: 1400px;
}

.Ryzen-Processors .section-wrapper .projectTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Ryzen-Processors .section-wrapper .projectTop-txt {
  width: 40%;
}

.Ryzen-Processors .section-wrapper .projectTop-img {
  width: 60%;
}

.Ryzen-Processors .section-wrapper .content-box {
  padding: 75px 0 50px 0;
}

.products-RyzenRadeon .section-wrapper .content-box {
  max-width: 510px;
  padding: 100px 0 0px 0;
}

.section-content.fidelity .section-wrapper,
.section-content.freesync .section-wrapper {
  display: block;
}

.section-content.Ryzen-Processors {
  background: #000 url("../images/Radeon-bg.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.intro-Halo {
  background: #000 url("../images/intro-Halo.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  min-height: 600px;
  /* actual height */
}

.section-content.products-RyzenRadeon {
  background-image: url("../images/SmartAccessMemory-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: 600px;
  /* actual height */
}

.section-content.FidelityFX .section-wrapper .content-box {
  max-width: 100%;
  padding-top: 40px;
}

.section-content.FidelityFX h1 {
  text-transform: none;
  text-align: center;
  padding-bottom: 10px;
  line-height: 34px;
}

.section-content.fidelity h1,
.section-content.freesync h1 {
  text-transform: none;
  text-align: center;
  padding-bottom: 10px;
  line-height: 34px;
}

.section-content.FidelityFX p,
.section-content.fidelity p,
.section-content.freesync p {
  padding-bottom: 40px;
}

.section-content.FidelityFX video {
  max-width: 1045px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.section-content.fidelity,
.section-content.freesync {
  padding-bottom: 50px;
  padding-top: 50px;
}

.section-content.fidelity {
  background-color: #1f2221;
}

.section-content.immersive-gaming {
  background-image: url("../images/ghost-recon-monitor.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.section-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url("../images/section_9_bg.jpg");
  background-image: linear-gradient(180deg, transparent, #000), url("../images/section_9_bg.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-product.immersive-gaming {
  background-image: url("../images/ghost-recon-monitor.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
}

.heading-3.white {
  color: #fff;
}

.content-box {
  max-width: 490px;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.section-content.product-skus-footer {
  background-image: url("../images/product-skus-footer-bg.jpg");
  background-size: cover;
  border-bottom: none;
  padding-top: 30px;
  border-top: 1px solid #333;
}

.section-content.product-skus-footer .section-title {
  border-bottom: 1px solid #4a4b4c;
  /*opacity: 0.8; */
  opacity: 1;
  width: 100%;
}

.section-content.product-skus-footer .section-title h1 {
  text-align: center;
}

.section-content.product-skus-footer .section-wrapper {
  padding-top: 40px;
}

.section-content.product-skus-footer .section-wrapper.first {
  padding-top: 15px;
  border-bottom: 1px solid #4a4b4c;
  /*opacity: 0.8; */
  opacity: 1;
  width: 100%;
}

.section-content.product-skus-footer .section-wrapper img {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}

.section-content.product-skus-footer .grid .product span {
  color: #fff;
  text-align: center;
}

.product span {
  color: #fff;
  text-align: center;
}

.section-content.product-skus-footer .grid .product span.title,
.product span.title {
  color: #fff;
  font-weight: 700;
}

.grid {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 40px;
  grid-column-gap: 16px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 271px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-img,
.image-7 {
  margin-bottom: 20px;
}

.product .button {
  margin-top: 15px;
  padding: 7px 15px 5px 15px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.product .button:hover {
  background-color: #fff;
  color: #000;
}

.product-skus-footer .footnotes,.product-skus-footer li {
  margin-bottom: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.footnotes a,
.chart-footnotes a {
  color: #fff;
  text-decoration: none;
}

li {
  color: #fff;
  text-decoration: none;
}

li a {
  color: #fff;
  text-decoration: none;
}

ol {
  padding-left: 10px;
  margin: 0;
}

.heading-2-center {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.heading-2-center.white {
  display: block;
  width: auto;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
}

.content-box-center {
  max-width: none;
}

.grid-3 {
  position: static;
  overflow: visible;
  width: 80%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column,
.column-2 {
  padding-left: 10px;
}

.qualify-heading {
  margin-top: 20px;
  padding-right: 10px;
  color: #fff;
  font-size: 20px;
}

.image-8 {
  margin-bottom: 30px;
}

.game-pass-container {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 490px;
  clear: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

table.chart {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

table.chart td {
  color: #ffffff;
  padding: 10px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  width: 25%;
}

table.chart td:first-child {
  border-left: none;
}

table.chart td:last-child {
  border-right: none;
}

table.chart .header-row {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  background-color: #212121;
}

table.chart .header-row td {
  padding-top: 35px;
  padding-bottom: 10px;
}

table.chart .chart-check {
  vertical-align: top;
}

table.chart .chart-body,
table.chart .chart-check {
  text-align: center;
  vertical-align: middle;
}

table.chart .chart-body {
  font-size: 16px;
  line-height: 20px;
}

table.chart p.chart-footnotes {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

table.chart .label-row {
  border-bottom: 1px solid #333;
}

table.chart .dark-row {
  background-color: #141414;
}

table.chart .light-row {
  background-color: #212121;
}

.chart-title {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
}

td > div {
  position: relative;
  padding: 0px;
}

.chart-addition {
  position: absolute;
  top: 50%;
  right: -34px;
  padding: 0px;
}

table.chart .title-row td {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px;
  border-bottom: 1px solid #333;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-5 {
  margin-top: 23px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test.align-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.test.align-center {
  max-width: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-10 {
  margin-bottom: 13px;
}

.div-block-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-6 {
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-6 {
  width: 1px;
  margin-right: 56px;
  margin-left: 56px;
  background-image: repeating-linear-gradient(180deg, #000, #4e4e4e 50%, #000);
}

.dev-logos {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 2900px) {
  .hero .call-out-box {
    left: 8%;
    max-width: 900px;
  }
  .hero .call-out-box .copy .pd-box {
    text-align: center;
  }
  .hero .call-out-box .copy .pd-box img {
    width: 70%;
  }
}

@media screen and (max-width: 2560px) {
  .hero .call-out-box {
    left: 5%;
    max-width: 800px;
  }
}

@media screen and (max-width: 1920px) {
  .hero .call-out-box {
    left: 3%;
    max-width: 700px;
    -webkit-transform: scale(0.85) translateY(-60%);
    transform: scale(0.85) translateY(-60%);
  }
  .hero .copy .pd-box {
    text-align: center;
  }
  .hero .copy .pd-box img {
    width: 60%;
  }
  .section-content.product-skus-footer {
    background-size: cover;
  }
  .section-content.rx5700 {
    background-size: cover;
  }
  .section-content.fidelity .section-wrapper,
  .section-content.freesync .section-wrapper {
    display: block;
  }
  .section-content.Ryzen-Processors {
    background: #000 url("../images/Radeon-bg.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section-content.intro-Halo {
    background-position: center right;
    background-size: cover;
  }
}

@media screen and (max-width: 1700px) {
  .hero .call-out-box {
    bottom: 6%;
    left: 3%;
    -webkit-transform: scale(0.75) translateY(22%);
    transform: scale(0.75) translateY(22%);
  }
  .section-content.intro-Halo {
    background-position: 100% 50% !important;
  }
}

@media screen and (max-width: 1500px) {
  .hero .call-out-box img.amd-arrow {
    width: 70px;
    /* controls size of amd arrow */
  }
  .hero .call-out {
    margin-bottom: 70px;
    /* must match height of amd arrow */
  }
  .hero .call-out-box {
    -webkit-transform: scale(0.7) translateY(26%);
    transform: scale(0.7) translateY(26%);
    bottom: 6%;
    left: 0%;
    width: 50%;
    max-width: 800px;
    /* includes arrow width */
  }
  .hero .note {
    bottom: 5px;
    font-size: 14px;
  }
  .hero .devLogos img {
    height: 70px;
  }
}

@media screen and (max-width: 1300px) {
  .hero .call-out {
    padding: 24px;
  }
  .heading-1 {
    font-size: 40px;
    line-height: 40px;
  }
  .hero .call-out .copy p {
    font-size: 22px;
  }
  .hero .call-out-box {
    bottom: 6%;
    left: 0%;
  }
  .hero .call-out .logo img {
    width: 70%;
    height: auto;
  }
  .section-content.intro {
    background-position: 35% 50% !important;
  }
}

@media screen and (max-width: 1150px) {
  .hero .call-out .copy p {
    font-size: 22px;
  }
  .hero .call-out-box {
    -webkit-transform: scale(0.6) translateY(28%) translateX(-10%);
    transform: scale(0.6) translateY(28%) translateX(-10%);
    bottom: 5%;
    left: -3%;
    width: 55%;
  }
  .hero .call-out .logo img {
    width: 70%;
    height: auto;
  }
  .section-content.intro-Halo,
  .section-content.Ryzen-Processors,
  .section-content.products-RyzenRadeon {
    background-position: 45% 50% !important;
  }
  .section-content.intro-Halo {
    background-position: top right !important;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    background: #000;
  }
  .hero .call-out-box img.amd-arrow {
    width: 10%;
    /* controls size of amd arrow */
  }
  .hero .call-out {
    margin-bottom: 10%;
    /* must match height of amd arrow */
  }
  .hero .devLogos {
    left: 80px;
  }
  .hero .devLogos img {
    width: 70%;
    height: auto;
  }
  .hero-mobile-img {
    display: block;
  }
  .hero .mobile-img {
    display: none;
  }
  .hero .call-out-box {
    -webkit-transform: none;
    transform: none;
    position: relative;
    margin: 0px auto;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    min-width: inherit;
    margin-top: -300px;
    margin-bottom: 70px;
    max-width: 600px;
  }
  .hero .note {
    font-size: 12px;
    line-height: 16px;
    padding-right: 16px;
    text-align: right;
    right: auto;
    width: 100%;
  }
  br.hide-break {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .content-box,
  .content-box-center {
    max-width: 390px;
  }
  .grid-4 {
    width: 100%;
    justify-items: stretch;
  }
  .section-content.intro {
    background-position: 29% 50% !important;
  }
  .section-content.products-RyzenRadeon {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }
  .section-content.products-RyzenRadeon .content-box {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .section-content.products-RyzenRadeon img.mobile-img {
    margin: 0 auto;
    display: block;
  }
  .products-RyzenRadeon-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .section-content.Ryzen-Processors {
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }
  .section-content.Ryzen-Processors .content-box {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .section-content.Ryzen-Processors img.mobile-img {
    margin: 0 auto;
    display: block;
  }
  .Ryzen-Processors-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .section-content.intro-Halo {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }
  .section-content.intro-Halo .content-box {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .section-content.intro-Halo img.mobile-img {
    margin: 0 auto;
    display: block;
  }
  .intro-Halo-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .section-content.fnatic {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
  }
  .section-content.fnatic .content-box {
    max-width: 100%;
    margin: 0;
  }
  .section-content.fnatic .content-box .paragraph-DIRT {
    width: 100%;
  }
  .section-content.fnatic img.mobile-img {
    margin: 0 auto;
    display: block;
  }
  .fnatic-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .paragraph-intro {
    width: 55%;
  }
  .Ryzen-Processors .section-wrapper .projectTop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Ryzen-Processors .section-wrapper .projectTop-txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .Ryzen-Processors .section-wrapper .projectTop-img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hero-text-box.mobile-hero-text-box {
    display: block;
    max-width: 575px;
    margin-bottom: 0px;
  }
  .hero-info {
    display: none;
  }
  .section-content.intro {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-intro {
    font-size: 20px;
    line-height: 29px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 40%;
  }
  .section-content.intro {
    background-position: 23% 50% !important;
  }
  .section-wrapper.align-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 29px;
  }
  .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-box {
    max-width: none;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    margin-bottom: 20px;
    grid-row-gap: 40px;
  }
  .heading-2-center {
    font-size: 25px;
    line-height: 29px;
  }
  .content-box-center {
    max-width: none;
  }
  .game-pass-container {
    width: 100%;
  }
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .hero .call-out {
    padding: 20px !important;
  }
  .hero .call-out .logo {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .hero .call-out .logo img {
    padding-left: 0px;
    max-width: 426px;
  }
  br.hide-break {
    display: none;
  }
  .section-content.immersive-gaming {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url("../images/ghost-recon-monitor.jpg");
    background-position: 0px 0px, 60% 50%;
    background-size: auto, cover;
  }
  .Ryzen-Processors .section-wrapper .content-box,
  .intro-Halo .section-wrapper .content-box,
  .products-RyzenRadeon .section-wrapper .content-box {
    max-width: 100%;
  }
  .section-product {
    padding-right: 30px;
    padding-left: 30px;
  }
  br.line-break {
    display: none;
  }
  .section-footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 480px) {
  .hero-text-box.mobile-hero-text-box {
    margin-bottom: 0px;
  }
  .hero .call-out-box {
    margin-top: -150px;
  }
  .paragraph-intro {
    font-size: 20px;
    line-height: 29px;
    margin-top: -350px;
    margin-bottom: 0px;
    width: 100%;
  }
  .section-content.intro {
    background-position: 18% 100% !important;
    min-height: 620px;
  }
  .t1 {
    overflow: visible;
    width: 100%;
    float: none;
  }
  .section-content {
    padding: 40px 30px;
  }
}
