When I set a media query for (max-width 915px), it seems to affect the height of the CSS designed for desktop. Even if the query comes after the original CSS, any modifications made to the original CSS reflect on the media query despite having different values and should be overridden. Please pay attention to the "form element" created and experiment with adjusting the top and left positioning properties in the original CSS.
[CSS CODE SNIPPET HERE]
It's interesting to note that changes made in the original CSS also impact the media query settings.