@media screen and (max-width: 600px) {
.desktop {
display: none; 
}
}

@media screen and (min-width: 900px) {
.mobile {
display: none; 
}
}

.aucek
{
margin-top:-100px;
}

.aucek2
{
margin-top:-30px;
}