@media (max-width: 1200px) {
    .site-main-content{
        /* padding-top: 101px; */
    }
    /* ad */
    .product-ad-wrap{
        flex-direction:column-reverse;
        row-gap: 20px;
        height: auto;
    }

    /* paragraph */

    .paragraph-item{
        flex-direction: column;
        align-items: center;
    }
    .video-text{
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    img,iframe{
        max-width: 100%;
    }
    /* meibovue */
    .meibovue.features table tbody{
        width: 100%;
    }
    .meibovue.features table tbody tr{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100% !important;
    }
    .meibovue.features table tbody tr td{
        width: 100% !important;
    }
    .meibovue.features table tbody tr td:nth-of-type(2){
        display: none;
    }
    .meibovue.features .product-content > table:nth-child(1) > tbody > tr:nth-child(3){
        flex-direction: column-reverse;
    }
    .meibovue.features .product-content > table:nth-child(1) > tbody > tr:nth-child(6){
        flex-direction: column-reverse;
    }

    /* quik vue */
    .quikvue.features table tbody{
        width: 100%;
    }
    .quikvue.features table tbody tr{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100% !important;
    }
    .quikvue.features .product-content table tbody tr td{
        width: 100% !important;
    }
    .quikvue.features table.image-table td{
        width: 100% !important;
    }
    .quikvue.features .product-content> table:nth-child(1) > tbody > tr:nth-child(3){
        flex-direction: column-reverse;
    }

    .quikvue.features .product-content > table:nth-child(1) > tbody > tr:nth-child(7){
        flex-direction: column-reverse;
    }
    /* iFlo vue */
    .iflo.features table tbody{
        width: 100%;
    }
    .iflo.features table tbody tr{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100% !important;
    }
    .iflo.features .product-content table tbody tr td{
        width: 100% !important;
    }
    .iflo.features table.image-table td{
        width: 100% !important;
    }

    .iflo.features .product-content > table > tbody > tr:nth-child(3){
        flex-direction: column-reverse;
    }

    .iflo.features .product-content  > table > tbody > tr:nth-child(7){
        flex-direction: column-reverse;
    }

    /* lidvue vue */
    .lidvue.features table tbody{
        width: 100%;
    }
    .lidvue.features table tbody tr{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100% !important;
    }
    .lidvue.features .product-content table tbody tr td{
        width: 100% !important;
    }
    .lidvue.features table.image-table td{
        width: 100% !important;
    }

    /* iExpressor */
    .iexpressor.features table tbody{
        width: 100%;
    }
    .iexpressor.features table tbody tr{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100% !important;
    }
    .iexpressor.features .product-content> table:nth-child(1) td:nth-of-type(1){
        width: 100% !important;
    }
    .iexpressor.features .product-content table tbody tr td{
        width: 100% !important;
    }
    .iexpressor.features table.image-table td{
        width: 100% !important;
    }

    .iexpressor.features .product-content > table:nth-child(1) > tbody > tr:nth-child(3){
        flex-direction: column-reverse;
    }

}
