.custom_product-index-index #custom-product-form-content {
    width: 50%;;
}
@media (max-width: 767px) {
    .custom_product-index-index #custom-product-form-content {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .custom_product-index-index #custom-product-form-content {
        min-width: 600px;
    }
}