.geminiMax_poster_tittle{
    position: absolute;
    top: 35%;
    left: 30%;
    transform: translate(-50%, -50%);
    :is(h3) {
        font-size: 2.5em;
        font-weight: 700;
        color: red;
    }
}
.max_show_left{
    grid-column: 1 / 3;
    :is(img) {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
}
.max_show_right{
    grid-column: 3 / 4;
    :is(img) {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
}
.product_mod_bottom_text{
    display: flex;
}
.product_mod_bottom img{
    width: 100%;
    height: auto;
}
.max_product_adjust{
    position: relative;
    display: block;
    padding-top: 100px;
    width: 100%;
    margin: auto;
    :is(img) {
        width: 100%;
        height: auto;
    }
}
.adjust_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    :is(h3) {
        font-size: 1.5em;
        font-weight: 600;
        color: red;
    }
}
.max_product_mod{
    width: 800px;
    margin: auto;
    display: block;
    :is(video) {
        width: 100%;
        height: auto;
    }
}
.product_scroll{
    width: 100%;
}
