How can I adjust image banner text size for mobile view?

Can somebody help me code the headings I have on my image banners so that they aren’t so big on mobile view?

This is how the image banner heading looks on desktop - I’m fine with this. However, in the mobile view the text is too big, preferably I’d like for the size to be like the desktop size where “The ‘Tokyo Dreaming’” is on the first line and “Collection” is on the second line. And given this I’d also like to scale down the subheading text a little bit so its not too close to the size of the updated heading text size.

Similarly, a little further down the page I have another image banner

I’d also like to reduce the size of the header here by just a little bit so its not too big.

I’d greatly appreciate any and all help!

Website: hakatasociety.com

Password: hakata1

Did you add this line on the element? It’s a wrong way to do the style. But still if you want to keep it just change this a bit.

font-size: 4.5vw;

No I did not, but I did have a web dev help format the website for me so he might have done that. I tried changing it to 4.5vw but that becomes too small. Is there a way to have the desktop font size set at 65px as it is currently but change the mobile font size to something smaller?

Make sure you remove the line that I marked above, check final format below.

.banner__heading {
    font-size: 65px;
}
// mobile
@media screen and (max-width: 749px)
{
    .banner__heading {
        font-size: 35px; // change the size as you like
    }
}

Add this code either on custom css section or base.css
I guess it’s a image banner. Click on image banner you will find custom css section at the bottom.

or
To get base css file theme->edit code → base.css

Sounds good, but I can’t seem to find in the code where that line is to delete it. I was in image-banner.liquid and found this

But could you please direct me to where in the code I can go to delete it? And also with the updated code you provided where in base.css should I put it? Thanks.

I am afraid that I can’t help further without seeing the backend. I have been planning to make tutorial. I will update here.
If you need immediate solution, you can get support from us: Support Form