
.panel-hero-video{
    display: inline-block;
    max-width: none;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    box-sizing: border-box;
}
.hero-content-container{
    display: table;
    width: 100%;
    background: rgba(0,0,0,.2);
    min-height: 800px;
}
.hero-content-container div{
    display: table-cell!important;
    min-height: 0!important;
    vertical-align: middle;
}
.product-hero{
    display: table;
    margin-top: 0;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: 100%;
    background-color: #000;
    min-height: 600px;
    z-index: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    max-height: 100vh;
}
#panel-hero{
    background: url(https://res.cloudinary.com/corsair-pwa/image/upload/v1/akamai/pdp/k95-rgb-xt/images/k95_rgb_xt_hero.jpg) center no-repeat;
    background-size: cover;
}

.pageType-ProductPage .main-content h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Saira, aktiv-grotest, sans-serif !important;
}

h2.yellow {
    color: #ffffff  !important;
}

#pdp #specs-table td, th  {
    border: unset  !important;
    padding: unset  !important;
}