It is possible. Kindly follow these steps to do that
1. Create a Search module
a. Assign to Uber-home position (or the position that the Hero video module is assign)
b. Order this Search Module to be right after the Hero video module
c. Add Module Class Suffix “fixed” >> http://prntscr.com/556vvf
(noted: there must be a space before fixed, so it is ” fixed” instead of “fixed”)
Result >> http://prntscr.com/556w9d
2. Add the style code to display the search module in middle of the video
Add this code to the file root/template/uber/css/custom.css (create a new one if unavailable)
.search.fixed {
position: absolute;
left: 44%;
top: 460px;
z-index: 9;
}
3. Result: http://prntscr.com/556wua
You can style to be more beautiful to meet your need