@media only screen and (max-width: 599px) {
  div.jenom_desktop {
    display: none;
  }
}


@media only screen and (min-width: 600px) {

div.jenom_mobil {
  display: none;
}

.img-uvod {
  width: 76vw;
}
.logo-container {
  padding: 3vw;
}
.logo-img {
  width: 37vw;
}
.clen {
  width: 90%;
}
.ikony {
  height: 3vw;
  margin: 0 3vw 0 0;
}
.social {
  height: 30px;
}
.vlajky {
  height: 30px;
}
.hudba-thumb {
  width: 15vw;
}
a:hover {
  color: #0000b3;  
}
.desktop-doprostred {
  text-align: center;
}



}