.photo-gallery-cover-cont {
    max-height: 345px !important;
    /* width: 100%; */
    /* background-color: #ebebeb !important; */
    object-fit: fill !important;
    text-align: center !important;
}

.photo-gallery-cover-cont>img {
    /* width: auto !important; */
}

.photo-gallery-side-cont {
    text-align: center;
    /* background-color: #ebebeb !important; */
}

.photo-gallery-side-image {
    /* width: auto !important; */
}



.photo-gallery-modal {
    align-items: center !important;
    /* background-color: #ebebeb73; */
    background-color: #424242cf;
    justify-content: center !important;
}

.photo-gallery-modal .photo-gallery-modal-close-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    opacity: 0.8;
    background-color: #111;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #f1f1f1;
}

.photo-gallery-modal-image {
    width: auto;
    height: auto;
    /* height: 100% !important; */
    /* width: auto !important;
    height: 94% !important; */
    margin: auto;
    float: none;
    margin-top: 3%;
    margin-bottom: 3%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#photo-gallery-modal-container {
    vertical-align: middle;
}

.photo-gallery-button {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 100px;
    opacity: 0.8;
    padding: 10px;
    background: #111;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}

#photo-gallery-button-previous {
    left: 0px;
    top: 49%;
}

#photo-gallery-button-next {
    right: 0px;
    top: 49%;
}

#photo-gallery-modal-inner-content img {
    /* display: none; */
    border: 4px solid #434343;
}

#photo-gallery-modal-inner-content {
    position: relative;
    background-color: #000;
    /* width: 300px;
    height: 200px; */
}