.lightGallery img{
    cursor: pointer;
}
ul.lightGallery {
    list-style:none;
    margin-left:0;
    padding-left:0;
}
ul.lightGallery li {
    margin: 0;
}
.single-gallery{
    clear: both;
    margin: 0;
    width: 100%;
    text-align: center;
}

.single-gallery img{
    width: 100%;
    object-fit: cover;
    border-radius: 30px !important;
}
.lg-icon {
  font-family: 'lg' !important;
}
.lg-backdrop{
    background-color: rgba(0,0,0,0.8);
}

ul.lightGallery li {
    margin: 0 0 20px 0;
}

@media screen and (min-width:768px){
    ul.lightGallery{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .single-gallery img{
        height: 510px !important;
        object-fit: cover;
    }
    ul.lightGallery li{
        width: 32%;
    }
    ul.lightGallery li#single-gallery-item-1{
        width: 100%;
        margin-bottom: 50px;
    }
    ul.lightGallery li#single-gallery-item-1 img{
        height: 968px !important;
        border-radius: 30px 30px 0 30px !important;
    }
    ul.lightGallery li#single-gallery-item-2 img{
        border-radius: 30px 30px 30px 0 !important;
    }

}