﻿#main {
    padding: 0;
    position: relative;
}

    #main .title {
        text-align: center;
        padding: 3.75rem 0 3.75rem 0;
    }

        #main .title h2 {
            color: #99d700;
        }

#specs dl dt {
    color: #cc181e;
    font-weight: 900;
    font-size: 1.25rem;
    text-transform: uppercase;
}

#specs dl dd {
    color: #1e1f24;
    font-weight: lighter;
    font-size: 1rem;
}

#poly-bg {
    background: url(https://cdn.originpc.com/img/landing/2022/greg-salazar/specs-bg.jpg) bottom center no-repeat #000;
    background-size: cover;
}

.line {
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(#000), color-stop(50%, #009aec));
}

.carousel-control-prev, .carousel-control-next {
    background: rgba(0,0,0,0.75);
    width: 6rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 4rem !important;
    height: 4rem !important;
}

#trailer {
    background: url('https://cdn.originpc.com/img/landing/2024/nvidia-indiana-jones/video-bg-comp.jpg') center center no-repeat;
    background-size: cover;
}

#upgrade-chart {
    background: url('https://cdn.originpc.com/img/landing/2024/nvidia-black-myth-wukong/chart-bg-dark-comp.jpg') center center no-repeat;
    background-size: cover;
}

#ray-tracing {
    background: url('https://cdn.originpc.com/img/landing/2024/nvidia-black-myth-wukong/rtx-bg-dark-20.jpg') center center no-repeat;
    background-size: cover;
    height: 100%; /* adjust as needed */
    position: relative;
}


#rtx {
    background: url('https://cdn.originpc.com/img/landing/2024/nvidia-black-myth-wukong/rtx-bg-1-comp.jpg') no-repeat center center;
    background-size: cover;
}

div .empty-size {
    height: 500px;
    width: 30%;
}

#rtx-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media screen and (min-width: 992px) {
    .text-dark-mobile {
        color: black !important;
    }

    #main .title {
        text-align: left;
        top: 16%;
        position: absolute;
        width: 30%;
        height: 100%;
    }
}

@media screen and (min-width: 2493px) {
    #main .title {
        width: 23%;
    }
}

@media screen and (min-width: 2772px) {
    #main .title {
        width: 20%;
    }
}

@media screen and (max-width: 480px) {
    .show-on-desktop {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    .hide-on-desktop {
        display: none;
    }
}}