.gallery-container {
  position: relative;
  max-width: 1260px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;

  min-height: 700px;
  margin: 80px 0;
  color: white;
}



.portfolio-bg {
  position: relative;
  top: 0;
  left: 0%;
  height: auto;
  width: 100%;
}

.gallery-item{
  -webkit-box-shadow: 1px 1px 29px 0px rgba(44, 44, 45, 1);
  -moz-box-shadow: 1px 1px 29px 0px rgba(44, 44, 45, 1);
  box-shadow: 1px 1px 29px 0px rgba(44, 44, 45, 1);

  overflow: hidden;
  position: absolute;
  width: 30%;
  height: fit-content;
  max-height: 700px;
  display: block;

}



.arrow {
  cursor: pointer;
  position: absolute;
  color: white !important;
  fill: white;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 6000000000;
}

.left {

  left: -8%;
}
.right {
 
  left: 105%;
}

.images-container {
  position: relative;
  max-width: 1260px;
  flex-wrap: wrap;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  justify-content: space-around;
  align-content: space-around;
  min-height: max-content;
  margin: 120px 0;
  display: flex;
  color: white;
}

.imgg {
}

.img-1 {
  position: relative;
  width: 30%;
  padding: 10px 0;
}

.img-2 {
  position: relative;
  width: 30%;
  padding: 10px 0;
}


.img-3 {
  position: relative;
  width: 30%;
  padding: 10px 0;
}


.img-4 {
  position: relative;
  width: 80%;
  padding: 10px 0;
}

@viewport {  
  orientation: portrait;  
}  


@media screen and (max-device-width: 800px) {
  .gallery-container {
    min-height: 550px;
    margin: 10px 0;
  }

  .images-container {
    margin: 30px 0 100px 0;
  }

  .gallery-item{

    width: 90%;
    left: 5%;
    max-height: 550px;

  
  }
  .right {
    left: 102%;
  }

  .info-block__dektop{
  
    display: none !important;
  }

  .info-block__mobile{
    padding-bottom: 0 !important;
  }

  .img-1 {
    position: relative;
    width: 45%;
    padding: 10px 0;
  }
  
  .img-2 {
    position: relative;
    width: 45%;
    padding: 10px 0;
  }
  
  
  .img-3 {
    position: relative;
    width: 45%;
    order: 4;
    padding: 10px 0;
  }
  
  
  .img-4 {
    position: relative;
    width: 100%;
    padding: 10px 0;
  }

}