#gallery {
    margin-top: 10%;
    margin-bottom: 5%;
    margin-left: 3%;
    margin-right: 3%;
}

.image-card {

}
img {
    position: relative;
}

    img.active {
        position: fixed;
        left: 0;
        top: 15%;
        width: 100%;
        height: 70%;
        
        z-index: 999;
        object-fit: contain;
    }

.fullscreen {
    display: block;
    margin: 0px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    padding: 0px;
}
