.container__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.polaroid {
    margin: 30px;
    width: 310px;
    height: 450px;
    background-color: white;
    padding: 1rem;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
}

.polaroid__content-image {
    height: 350px;
    width: 100%;
    overflow: hidden;
}

.polaroid__content-image {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.polaroid__content-image>img {
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;

}

  .polaroid__content-image a img
  {
      width: 300px; height: auto; border: 1px solid #ccc; padding: 10px; box-sizing: border-box; 
  }


.polaroid__content-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.rowvideo {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.lightGallery {
    width: 100%;
    margin: 0;
}


 .image-tile {
 
    cursor:pointer;

}

.lightGallery .image-tile .demo-gallery-poster {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.multiple-items-video .demo-gallery-poster img {
    display: block;
    margin: auto;
    width: 200px;
    max-width: 100px;
    min-width: 20px;
    margin-left: 10rem;
    margin-top: -12rem;
}

.multiple-items-video .demo-gallery-poster {
    height: 225px;
}

.videogallery {
    width: 25.1rem;
    margin-top: -1.3rem;
}
 



 
  
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Siyah ve hafif şeffaf arka plan */
  }
  
  .modal-content {
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    background-color:  rgba(0,0,0,0.5);;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
  .close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}