html {
    scroll-behavior: smooth;
}

#main {
    position: relative;
    padding: 0 0;
    background-color: black;
}

#main .title {
    position: absolute;
    top: 20%;
    right: 54%;
    width: 40%;
}

@media screen and (max-width: 992px) {
    #main {
        margin-top: 4rem;
    }

    #main .title {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        text-align: center;
        padding: 30px 0;
    }
}

@media screen and (min-width: 1600px) {
    #main .title {
        width: 30%;
    }
}


.line {
    height: 1px;
    background: #000;
    background: -webkit-gradient(linear,0 0,100% 0,from(#000),to(#000),color-stop(50%,#333));
}

@media (min-width: 1200px) {

    #intro {
        background: url('https://cdn.originpc.com/img/landing/2023/amd-ryzen-star-wars-jedi-survivor/feature-bg.jpg') 50% 50% no-repeat;
        background-size: cover !important;
        padding: 10vw;
    }

    #ryzen {
        background: url('https://cdn.originpc.com/img/landing/2023/amd-ryzen-star-wars-jedi-survivor/feature-bg-2.jpg') 50% 50% no-repeat;
        background-size: cover !important;
        padding: 10vw;
    }

    #ryzen-2 {
        background: url('https://cdn.originpc.com/img/landing/2023/amd-ryzen-star-wars-jedi-survivor/feature-bg-3.jpg') 50% 50% no-repeat;
        background-size: cover !important;
        padding: 10vw;
    }

    #ryzen-3 {
        background: url('https://cdn.originpc.com/img/landing/2023/amd-ryzen-star-wars-jedi-survivor/feature-bg-4.jpg') 50% 50% no-repeat;
        background-size: cover !important;
        padding: 10vw;
    }

}