
        .imageFullWidth h2 {
    font-size: 164px;
    font-family: din-condensed, sans-serif;
    font-weight: normal;
}

/* Tablet and below */
@media (max-width: 1024px) {
    .imageFullWidth h2 {
        font-size: 100px;
    }
}

/* Mobile (portrait) */
@media (max-width: 768px) {
    .imageFullWidth h2 {
        font-size: 64px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .imageFullWidth h2 {
        font-size: 42px;
    }
}
