#ge-gallery{
    display: grid;
    /* grid-template-columns: repeat(6, 1fr); */
    /* margin: 0 auto; */
    justify-content: center;
    gap: 2px;
}

.ge-gallery-item{
    display: flex;
    justify-content: center;
    background-color: black;
}

.ge-gallery-item img{
    max-width: 100%;
    object-fit: contain;
}
.ge-gallery-item:hover{
    cursor: pointer;
}

.coveringCanvas{
    object-fit: contain;
    width:100%; height:100%; 
    top:0px; left:0px;
    background-color: rgba(255,0,0,0.5);
    z-index: 10;
}

.ge-gallery-item iframe{
    max-width: 100%;
    object-fit: contain;
}

.ge-gallery-item-modal{
    display: flex;
    justify-content: center;
    background-color: black;
    max-height: 80vh !important;
}

.ge-gallery-item-modal img{
    
    /* width: 100vh; */
    object-fit: contain;
}

.ge-gallery-item-modal iframe{
    
    /* width: 100vh; */
    object-fit: contain;
}

.iframe-youtube {
    width: 300px;
    height: 100%;
    object-fit: contain;
}

.video-thumbnail-container {
    /* max-height: 200px; */
}
.video-thumbnail {
    max-width: 300px;
    object-fit: contain;
}
.video-thumbnail:hover {
    -webkit-box-shadow: inset 0px 0px 90px 0px red;
    -moz-box-shadow: inset 0px 0px 90px 0px red;
    box-shadow: inset 0px 0px 90px 0px red;
    cursor: pointer;
}

/* .image1 {
    position: absolute;
    z-index: 1;
  }.image2 {
    position: absolute;
    z-index: 2;
  }  */
  