Website http://www.l-evate.co.uk/wellbeing/
The text over the balloon video "Healthy & Happy People Create Success" should be smaller on mobile. And I am trying to change the text underneath also. I have tried everything!
Tried using screen only, max-device-width etc. Nothing seems to change the text.
This is my code:
@media (max-width: 480px) {
h3.uppertext {
color: #ff0000 !important;
font-size: 18px !important;
text-align:center;
}
.textwidget h4 {
font-size:18px !important;
line-height:24px !important;
}
}
Can anyone please help??