.gallery-album {}
    .gallery-album .image {
        height: 200px;
    }

.row > .column-gallery {
  padding: 2px;
}

.row:after {}

.column-gallery {
    height: 200px;
    overflow: hidden;
}

/* The Modal (background) */
    .modal {
        display: none;
        position: fixed;
        z-index: 10000;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color:  rgba(0, 0, 0, 0.9);
    }


/* Modal Content */
    .modal-content {
        position: absolute;
        width: 100%;
        height: 100%;
        background: none;
        text-align: center;
    }
      
        .myImages {
            height: 95%;
            margin-top: 1%;
            margin-bottom: 1%;

            display: none;
            position: relative;
        }

            .myImages img {
                height: 100%;
            }

            /* Caption */
            .caption-container {
                text-align: center;
                color: white;
                text-shadow: 0px 0px 1px #000;

                width: 50%;
                padding: 15px;

                background: rgba(0, 0, 0, 0.7);

                position: absolute;
                bottom: 0;
                left: 25%;
            }

            @media only screen and (max-width: 800px) {
                .myImages img {
                    margin-top: 10%;
                }
                .caption-container {
                    bottom: 20%;
                }
            }
            @media only screen and (max-width: 950px) {
                .myImages img {
                    width: 100%;
                    height: auto !important;
                }
            }


/* The Close Button */
    .close_button {
        color: #FFFFFF;
        text-align: center;
        position: absolute;
        z-index: 10000;
        top: 10px;
        width: 100%;
        font-weight: bold;
    }
        .close_button span {
            background: #000;
            padding: 2px 15px;
            border-radius: 5px;
        }

    .close_button:hover, .close_button:focus {
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }


/* The Close Button */
.cursor {
    cursor: pointer;
}


/* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }


/* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }


.sample {
    opacity: 0.6;
}

.active,
.sample:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}