/* Yhteiset asetukset */
@media only screen and (min-width: 320px) {
    
    .project-lift .project-image-container h1 {
        font-size: 3em;
    }
    
    .project-lift .project-image-container p {
        font-size: 1em;
    }
    
    .project-lift .project-image-container figure {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

}

@media only screen and (min-width: 768px) {
    .project-lift .project-image-container h1 {
        font-size: 4em;
    }
    
    .project-lift .project-image-container p {
        font-size: 1em;
    }
    
    .project-lift .project-image-container figure {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    
}


