.lakes_gallery {
  width: 100%;
  height: 66vw;
  /* background: #000000;*/
  display: flex;
}

.left_nav,
.right_nav {
  width: 5%;
  height: 100%;
  background: #000000;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}

.left_nav {
  background-image: url("/images/left_arrow.png");
}

.right_nav {
  background-image: url("/images/right_arrow.png");
}

.gallery_content {
  position: relative;
  width: 90%;
  /*background: #555555;*/
  overflow: hidden;
}

.image_holder {
  position: absolute;
  left: 0;
  display: flex;
  width: 2000%;
  height: 100%;
  background: #000000;
  overflow: hidden;
}

.image_n1,
.image_n2,
.image_n3,
.image_n4,
.image_n5,
.image_n6,
.image_n7,
.image_n8,
.image_n9,
.image_n10,
.image_n11,
.image_n12,
.image_n13,
.image_n14,
.image_n15,
.image_n16,
.image_n17,
.image_n18,
.image_n19,
.image_n20,
.image_n26
 {
  width: 5%;
  height: 100%;
  overflow: hidden;
}

/*.image_n1 {
  background: url("/images/gallery_24.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  object-fit: contain;
  background-position: center center;
}*/

.image_n1 {
  background: url("/images/gallery_01.jpg");
  background-size: 100% 100%;
}

.image_n2 {
  background: url("/images/gallery_02.jpg"); 
  background-size: 100% 100%;
}
.image_n3 {
  background: url("/images/gallery_03.jpg");
  background-size: 100% 100%;
}

.image_n4 {
  background: url("/images/gallery_04.jpg");
  background-size: 100% 100%;
}

.image_n5 {
  background: url("/images/gallery_05.jpg");
  background-size: 100% 100%;
}

.image_n6 {
  background: url("/images/gallery_06.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center 0;
}

.image_n7 {
  background: url("/images/gallery_07.jpg");
  background-size: 100% 100%;
}

.image_n8 {
  background: url("/images/gallery_08.jpg");
  background-size: 100% 100%;
}

.image_n9 {
  background: url("/images/gallery_09.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center 0;
}

.image_n10 {
  background: url("/images/gallery_10.jpg");
  background-size: 100% 100%;
}

.image_n11 {
  background: url("/images/gallery_11.jpg");
  background-size: 100% 100%;
}

.image_n12 {
  background: url("/images/gallery_12.jpg");
  background-size: 100% 100%;
}

.image_n13 {
  background: url("/images/gallery_13.jpg");
  background-size: 100% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center 0;
}

.image_n14 {
  background: url("/images/gallery_14.jpg");
  background-size: 100% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center 0;
}

.image_n15 {
  background: url("/images/gallery_15.jpg");
  background-size: 100% 100%;
}

.image_n16 {
  background: url("/images/gallery_16.jpg");
  background-size: 100% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center 0;
}

.image_n17 {
  background: url("/images/gallery_17.jpg");
  background-size: 100% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center 0;
}

.image_n18 {
  background: url("/images/gallery_18.jpg");
  background-size: 100% 100%;
}

.image_n19 {
  background: url("/images/gallery_19.jpg");
  background-size: 100% 100%;
}

.image_n20 {
  background: url("/images/gallery_20.jpg");
  background-size: 100% 100%;
}
.image_n26 {
  background: url("/images/gallery_026.png");
  background-size: 100% 100%;
}
/*
div[class^="image_n"] img {
  width: 100%;
  height: 100%;
}*/

.lakes_images {
  display: grid;
  grid-template-columns: repeat(6, 16vw);
  grid-template-rows: repeat(2, 24.975vw);
  margin: 10px 0 0 0;
}

.lakes_image {
  width: 98%;
  height: 98%;
  background-size: 100% 100%;
}

.lakes_image:nth-child(1) {
  grid-column: 1 / span 2;
  background-image: url("/images/bela_crkva_lakes_01.png");
}

.lakes_image:nth-child(2) {
  grid-column: 3 / span 2;
  background-image: url("/images/bela_crkva_lakes_06.png");
}

.lakes_image:nth-child(3) {
  grid-column: 5 / span 2;
  background-image: url("/images/bela_crkva_lakes_09.png");
}

.lakes_image:nth-child(4) {
  width: 33.33vw;
  height: 24.975vw;
  grid-column: 1 / span 3;
  background-image: url("/images/bela_crkva_lakes_10.jpg");
  margin: 0 auto 0 auto;
}

.lakes_image:nth-child(5) {
  width: 33.33vw;
  height: 24.975vw;
  grid-column: 4 / span 3;
  background-image: url("/images/bela_crkva_lakes_11.jpg");
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 1024px) {
  .lakes_images {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(5, 72vw);
  }

  .lakes_image:nth-child(1),
  .lakes_image:nth-child(2),
  .lakes_image:nth-child(3),
  .lakes_image:nth-child(4),
  .lakes_image:nth-child(5) {
    width: 95vw;
    height: 71vw;
    grid-column: 1 / span 1;

    margin: 0 0 10px 0;
  }
}
