/* Product header */
@media (max-width: 980px) {
    .vdma-header-product {
        height: auto !important;
        min-height: 0;
        overflow: hidden;
    }

    .vdma-header-product .et_pb_row {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        height: auto !important;
        min-height: 0;
    }

    .vdma-header-product .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .vdma-header-product .et_pb_column.pac_drh_order_mob_one,
    .vdma-header-product .et_pb_column.pac_drh_order_tab_one {
        order: 1 !important;
        overflow: visible;
    }

    .vdma-header-product .et_pb_column.pac_drh_order_mob_two,
    .vdma-header-product .et_pb_column.pac_drh_order_tab_two {
        order: 2 !important;
        position: relative;
        z-index: 2;
    }

    .vdma-header-product .et_pb_image,
    .vdma-header-product .et_pb_image_wrap {
        overflow: visible;
    }

    .vdma-header-product .et_pb_image img {
        display: block;
        width: 200% !important;
        max-width: none !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .vdma-header-product .et_pb_column.pac_drh_order_mob_one,
    .vdma-header-product .et_pb_column.pac_drh_order_tab_one {
        top: auto;
        margin-top: -80px !important;
        margin-bottom: 40px !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible;
    }

    .vdma-header-product .et_pb_image {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        overflow: visible;
        transform: none;
    }

    .vdma-header-product .et_pb_image_wrap {
        display: block;
        width: 100%;
        overflow: visible;
    }

    .vdma-header-product .et_pb_image img {
        display: block;
        width: 200% !important;
        max-width: none !important;
        margin-top: -500px !important;
        margin-bottom: -50px !important;
        transform: none;
    }
}

@media (max-width: 767px) {
    .vdma-header-product .et_pb_column.pac_drh_order_mob_one,
    .vdma-header-product .et_pb_column.pac_drh_order_tab_one {
        margin-top: -60px !important;
        margin-bottom: 30px !important;
    }

    .vdma-header-product .et_pb_image {
        transform: none;
    }
}

@media (min-width: 981px) {
    .vdma-header-product .et_pb_row {
        display: flex;
        align-items: stretch;
    }

    .vdma-header-product .et_pb_column.pac_drh_order_mob_two,
    .vdma-header-product .et_pb_column.pac_drh_order_tab_two {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .vdma-header-product .et_pb_column.pac_drh_order_mob_one,
    .vdma-header-product .et_pb_column.pac_drh_order_tab_one {
        display: flex;
        align-items: flex-end;
    }

    .vdma-header-product .et_pb_column.pac_drh_order_mob_one .et_pb_image,
    .vdma-header-product .et_pb_column.pac_drh_order_tab_one .et_pb_image,
    .vdma-header-product .et_pb_column.pac_drh_order_mob_one .et_pb_image_wrap,
    .vdma-header-product .et_pb_column.pac_drh_order_tab_one .et_pb_image_wrap,
    .vdma-header-product .et_pb_column.pac_drh_order_mob_one img,
    .vdma-header-product .et_pb_column.pac_drh_order_tab_one img {
        display: block;
        margin-bottom: 0;
    }
}
