.pswp{
    z-index: 999999;
}

#imagegallerydiv{
    margin-top: 50px;
}

.gallerytitle{
    font-size: 2.15em;
    color: #a51c30;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
}

.my-gallery {
    /* width: 100%;
    float: left; */
    margin: 10px 0px;
}
.image_ {
    width: 100%;
    height: 200px;
    cursor: zoom-in;
    transition: opacity 1s ease-out,transform 1s ease-out,margin .2s ease-out;
}

.figure_ {
    margin: 0;
    padding: 2px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.my-gallery figcaption {
    /* display: none; */
}

.figure_:hover .image_{
    transform: rotate(1deg) scale(1.2);
    transition: opacity 1s ease-out,transform 1s ease-out,margin .2s ease-out;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: rgba(0,0,0,.6);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    padding: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    white-space: normal;
    -webkit-transform: translateY(calc(100% + 12px));
    transform: translateY(calc(100% + 12px));
}

.figure_:hover .image-caption{
    transform: translateY(0);
}

#image_gallery_see_more_btn_div{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px !important;
}

#image_gallery_more_btn{
    font-size: 18px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Oxygen', sans-serif;
    background-color: #2f455f;
    color: white;
    padding: 10px;
}

#image_gallery_more_btn:hover{
    background-color: white;
    color: #001733;
    border: 1px solid #001733;
}

#image_gallery_more_btn i{
    padding-left: 5px;
    display: none;
}

@media (min-width: 576px){
    #image_gallery_more_btn{
        padding-left: 5%;
        padding-right: 5%;
    }
}
