
.first_wrapper {
    background-image: url(/resource/phantom-x2/ad8/images/top-image.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.first_wrapper .background_wrapper {
    display: none;
}

.first_wrapper .text_wrapper {
    display: none;
}

.w-t-buy-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    h1 {
    font-size: 7.5vw;
    }


}