﻿html {
    scroll-behavior: smooth;
}

/** main video **/
object {
    position: absolute;
    width: 160%;
    height: 160%;
    left: 0;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#main .mask {
    z-index: 1;
}

.caption {
    position: absolute;
    right: 15%;
    top: 180px;
    left: 15%;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

#overlay {
    z-index: 2;
}

#non-overlay {
    z-index: 1;
}

* {
    box-sizing: border-box;
}


#main-2 {
    position: relative;
    padding: 0 0;
    background-color: black;
}

#main-2 .title {
    position: absolute;
    top: 20%;
    right: 54%;
    width: 40%;
}

@media screen and (max-width: 992px) {
    #main-2 .title {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        text-align: center;
        padding: 30px 0;
    }
    .image-full {
        display: none !important;
    }

    .image-mobile {
        display: block !important;
    }
}

@media screen and (min-width: 1600px) {
    #main-2 .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-starfield-bundle/starfield-bg.jpg') 50% 50% no-repeat;
        background-size: cover !important;
        padding: 10vw;
    }
    #starfield-system {
        background: url('https://cdn.originpc.com/img/landing/2023/amd-starfield-bundle/starfield-system-bg-system.jpg') 50% 50% no-repeat;
        background-size: cover !important;
        padding: 10vw;
    }
    #ryzen {
        background: url('https://cdn.originpc.com/img/landing/2023/amd-starfield-bundle/starfield-bg.jpg') 50% 50% no-repeat;
        background-size: cover !important;
        padding: 10vw;
    }
    #qualify {
        background: url('https://cdn.originpc.com/img/landing/2023/amd-starfield-bundle/qualifying-bg.jpg') no-repeat;
        background-size: contain !important;
        padding: 10vw;
    }
    #image-full {
        display: block !important;
    }

    #image-mobile {
        display: none !important;
    }

}

@media (max-width: 1200px){
    .image-full {
        display: none !important;
    }

    .image-mobile {
        display: block !important;
    }
}