@media screen and (max-width: 1300px) {
    .kontakt-ico {
        grid-template-columns: 10% 8% auto;
    }
       
}

@media screen and (min-width: 1242) {
    #uvod-jumbo{
        background-attachment: scroll;
    }
}

@media screen and (max-width: 970px) {
    .kontakt-ico {
        grid-template-columns: 15% 13% auto;
    }

    #message
    {
        width: 400px;        
    }
    input#fname
{
    width: 200px;
}

input#lname
{
    width: 200px;
}

input#email
{
    width: 350px;
}

       
}

@media screen and (max-width: 660px) {
    .warning img
    {
        width: 170px;
        height: 170px;
    }
       
}


