@charset "utf-8";
/* CSS Document */

.imageGallery1 {
overflow: hidden; margin: 30px -20px;
}
.imageGallery1 > a {
float: left; width: 33.3333%; padding: 1px; box-sizing: border-box; position: relative;
}
.imageGallery1 > a:first-child { left: -1px; }
.imageGallery1 > a:last-child { right: -1px; }
.imageGallery1 > a > img {
display: block; width: 100%;
}
.adaptiv-galer{
max-width: 720px;
margin: 0 auto;
padding: 0px 20px 0px 20px;
}