:root {
    --containerlg: 90%;
    --containerxl: 70%;
    --containerxxl: 55%;
    --container3xl: 100%;
}

.versa img {
    vertical-align: bottom;
}

.versa .pd-block {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/Gaming-Gear/mice/versa-300-wireless-8k/bg.jpg) center #000;
    background-size: 100%;
    background-attachment: scroll;
    background-position-y: top;
    position: relative;
}

.versa .pd-block::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000), to(transparent));
    background: linear-gradient(to top, #000 10%, transparent);
    background-size: cover;
}

@media (min-width: 996px) {
    .versa .pd-block::before {
        display: none;
    }
}

@media (min-width: 996px) {
    .versa .pd-block {
        background-attachment: fixed;
        background-size: cover;
        background-position-y: center;
        position: inherit;
    }
}

.versa .mainT {
    font-size: 10vw;
    text-transform: uppercase;
    line-height: 0.95;
    margin-bottom: 10px;
}

@media (min-width: 996px) {
    .versa .mainT {
        margin-bottom: 5px;
        font-size: 86px;
    }
}

@media (min-width: 1300px) {
    .versa .mainT {
        font-size: 100px;
        /* font-size: 7vw; */
    }
}

@media (min-width: 1930px) {
    .versa .mainT {
        font-size: 118px;
    }
}

@media (min-width: 996px) {
    .versa .mainT.mainT-Large {
        font-size: 115px;
    }
}

@media (min-width: 1300px) {
    .versa .mainT.mainT-Large {
        font-size: 140px;
        /* font-size: 11vw; */
    }
}

@media (min-width: 1930px) {
    .versa .mainT.mainT-Large {
        font-size: 160px;
    }
}


.versa .subT {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media (min-width: 996px) {
    .versa .subT {
        font-size: 46px;
        letter-spacing: 0.065em;
    }
}

@media (min-width: 1300px) {
    .versa .subT {
        font-size: 56px;
    }
}

@media (min-width: 1930px) {
    .versa .subT {
        font-size: 62px;
    }
}

/* .msi__container {
    border: 1px solid red;
} */

.versa .common__container {
    margin: 0 auto;
    /* border: 1px solid blue; */
}

@media (min-width: 996px) {
    .versa .common__container {
        /* width: 80%; */
        width: 750px;
    }
}

@media (min-width: 1300px) {
    .versa .common__container {
        width: 900px;
    }
}

@media (min-width: 1930px) {
    .versa .common__container {
        width: 80%;
    }
}


/*# sourceMappingURL=versa-theme.css.map */