.gallerybox {
    width: 100%;
    height: 100%;

}

.galleryImage {
    width: 100%;
    height: 100%;
    max-width: 450px;
    object-fit: cover;
    max-height: 400px;
}

.gallerybox a {
    margin: 10px 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.border-gallery {
    width: 300px;
    height: 3px;
    background-color: black;
    margin-bottom: 1rem;
}

.word-space {
    word-spacing: 0;
}

@media(max-width:1100px) {
    .galleryImage {
        max-width: 100%;
    }

}