/* CSS Document */

article ul {
  margin-top: 0;
}

article {
  width: 100%;
}

aside {
  display: none;
}

/* PhotoSwipe begin */
.my-gallery {
  width: 100%;
  float: left;
  margin-bottom: 2rem;
  margin-left: .8rem;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 12px 12px 0;
  width: 260px;
}
.my-gallery figcaption {
  display: none;
}
/* PhotoSwipe end */

article h1, article h2, article h3 {
  clear:both;
}

aside p.MalyDole {
  margin-bottom: 1rem;
}

aside #Vyhledej {
  margin: 0 1rem 3rem 1rem;
}
  
.Akutni {
  position: relative;
  top: 0;
  left: 1rem;
}
       
@media (min-width: 700px) { 
  
  .Akutni { 
    top: 3rem;
    left: 2rem;
  }
  
}

