.g-card{
    margin: 15px 0;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.g-card img{
    max-width: 100%;
    height: 230px;
    object-fit: contain;
}
#galleryModal .modal-content{
    background-color: transparent;
    border: 0;
}
#galleryModal .btn-close{
    background: none !important;
    color: #fff;
    font-size: 50px;
    opacity: 1;
}
#galleryModal .modal-header{
    border-bottom: 0;
    
}
.galleryCarousel .owl-nav{
    font-size: 100px;
    color: #fff;
}
.galleryCarousel .owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

}
.galleryCarousel .owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

}
.galleryCarousel .owl-next:hover, .galleryCarousel .owl-prev:hover{
    background: none !important;
}
.gallery-bg-img{
    width: 100%;
    height: auto !important;
    object-fit: scale-down;
}
.lb-close{
    position: absolute;
    font-size: 50px;
    color: #fff;
    padding: 20px;
    line-height: 20px;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}
.lb-close:hover{
    background: rgba(0, 0, 0, 0.4);;
}

.modal-body{
    padding: 0 !important;
}

@media only screen and (max-width: 540px) {
    .modal{
        top: 160px;
    }
}