$ 0 0 Hi, Well by changing this:@media only screen and (min-width: 768px).cd-title h2 {font-size: 9rem; }I was able to increase the size of the title, maybe the problem is that you are not changing the tag h2 inside .cd-title inside the media-query. Whatever is in a media query overlaps the rest.