.pswp__custom-caption {
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    text-align: left;
    font-family: ArchivoSemiExpandedExtraBold;
    color: #F5F5F5;
    width: 100vw;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 1.0vw;
    padding-left: 1.0vw;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
}

  .container_gallery_outer {
    position: relative;
    margin: auto;
    height: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.container_gallery_outer::before {
    content: " ";
    background-image: url("../assets/logos/white.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none;
	left: 0;
	top: 5vh;
	width: 100%;
	height: 250px;
	box-sizing: border-box;
    z-index:0;
}

.container_gallery_inner {
    padding-bottom: 40px;
}

.container_gallery_info {
    position: relative;
    margin: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.table_gallery_info {
    min-height: 150px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    width: calc(var(--page_width) * 0.8);
}

.table_head_cell_gallery_info {
    vertical-align: top;
    padding-right: 5vw;
}

.container_gallery_thumbnail {
    display: inline-block;
    padding: 0;
    margin: 0px;
    height: 350px;
    width: calc((var(--page_width) / 4)  + 3vw);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: 1s ease-in-out;
}

.container_gallery_thumbnail:hover {
    transform: scale(1.1);
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .container_gallery_thumbnail {
        display: block;
        width: 90vw;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .container_gallery_inner {
        margin: 0;
    }
}

.container_gallery_caption_outer {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: left;
}

.container_gallery_caption_outer::before {
    content: " ";
    position: absolute;
    display: block;
    background: black;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    opacity: 50%;
}

.container_gallery_caption_inner {
    margin: 20px;
}

.text_thumbnail_name,.text_thumbnail_location,.text_thumbnail_year {
    color: #FEFEFE;
    font-family: ArchivoSemiExpandedExtraBold;
    text-decoration: none;
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.text_thumbnail_name {
    font-size: 1.3em;
}

.text_thumbnail_location {
    font-size: 0.9em;
    font-family: ArchivoSemiCondensed;
    font-weight: normal;
}

.text_thumbnail_year {
    font-size: 0.9em;
    font-family: ArchivoSemiCondensed;
    font-weight: normal;
}

.img_gallery_thumbnail_mini_symbol {
    position:absolute;
    left: 20px;
    bottom: 20px;
    width: 20px;
    height: auto;
}

.container_paging {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.text_paging,.text_paging_current {
    text-decoration: none;
    font-size: 1.2em;
    color: #000D52;
    font-family: ArchivoSemiCondensed;
    margin: 5px;
}

.text_paging_current {
    font-size: 1.4em;
}
