@media only screen and (min-width:320px) and (max-width:761px){
    iframe.landing__page_vid {
    /* height: 350px; */
    width: 100%;
    aspect-ratio: 16/9 !important;
    margin: 0 auto;
}
 .banner_title h2 {
        font-size: 30px;
    }
    .camp_vid iframe {
        height: 210px;
    }

    .short-des-title {
        font-size: 20px;
        font-weight: 600;
    }
    .form_inn {
        padding: 20px;
    }
.campaign_title {
    font-size: 38px;
    margin-top: 25px;
}
.cart_details {
    margin-bottom: 15px;
}
.row.order_by .col-sm-5 {
    order: 1;
}
.qty-cart .quantity {
    height: 35px;
}
.quantity .minus,.quantity .plus {
    height: 35px;
    line-height: 35px;
    width: 20px;
    font-size: 35px;
}
.quantity .plus {
    font-size: 22px;
}
.qty-cart {
    width: 70px;
}

}



