@media only screen and (min-width: 480px)  {

.container {
  max-width: 480px; }


.phone-icon {
  display: block; }

.hory .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hory-logo,
.hory-kontakt,
.hory-firma,
.hory-sluzby {
  width: 45%; }

.hory-logo img {
  max-width: 100%;
  height: auto; }

.galerie li {
  width: 33.33%; }

}