.modal-backdrop{
	display:none !important;
}
#gallery-modal:before{
	content:"";
position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    z-index:10;
}
#block-tara-gallerybox h1{
	text-align: center;
   
}
#block-tara-gallerybox h2.block-title{
	display:none;
}
.newgallery{margin-top:40px}

.modal.show .modal-dialog{
	z-index:100;
}
.modal-body{
	padding:10px;
}
.nophoto{visibility: hidden;}

.sub-banner-section-outer {
    background-image: linear-gradient(-436deg, var(--e-global-color-mostly-white-violet) 18%, var(--e-global-color-grayish-cyan) 36%, var(--e-global-color-light-grayish-cyan) 64%, var(--e-global-color-light-grayish-red) 100%);
}
.sub-banner-section-outer .banner-section {
    padding: 0 0;
    position: relative;
}
#block-tara-gallerybox .container{
	max-width:1140px;
	margin:40px auto;
}
#gallery{
	justify-content: space-between;
	margin-top: 10px;
}
.border-box{
	    padding: 31px;
    border: 1px solid #07bcb4;
    border-radius: 33px;
    margin-bottom: 44px;
    padding-bottom: 10px;
}
#gallery div{
margin-bottom: 26px;
    cursor: pointer;
}
#gallery div img{
border: 4px solid #a0e6d3;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0px 7px 67px 4px rgb(0 0 0 / 8%);
    height: -webkit-fill-available;
        max-height: 238px;
}
@media screen and (min-width: 576px){
	.modal-dialog{
	    max-width: 500px;
	}
}

.modal-img{
	width:100%;
	height:auto;
}