.ind-modal-bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.57);
}
.ind-modal-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
}
.ind-inside-modal-container, .ind-modal-inside-container{
    position: absolute;
    background: white;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10vh;
    width: 100vw;
    max-width: 500px;
    padding: 25px;
    border-radius: 15px;
}
.ind-modal-inside-container{
    position:fixed;
    top: 50%;
    transform:translateY(-50%);
}
.ind-modal-inside-container-dark{
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50vh;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    border-radius: 15px;
    transform: translateY(-50%);
    
}
.ind-close-modal{
    display: block;
    position: absolute;
    right: 20px;
    top: 4%;
    border: none;
    width: 30px;
    height: 21px;
    text-align: center;
    line-height: 19px;
    border-radius: 48%;
    font-weight: 600;
    color: white;
    font-size: 1.5em;
    background: transparent;
}
.ind-close-modal:hover{
    /* background: #656565; */
    color: #316500;
    cursor: pointer;
}
.ind-gallery-modal-img{
    max-width: 80vw;
    max-height: 80vh;
    margin-right: auto;
    position: fixed;
    margin-left: auto;
    margin-top: auto;
    left: 0;
    right: 0;
    z-index: 1;
    align-self: center;
    justify-self: center;
    /* margin-top: 25vh; */
}
.ind-gallery-left, .ind-gallery-right{
    position: fixed;
    height: 60vh;
    /* top: 5vh; */
    font-size: 3em;
    color: white;
    text-align: center;
    /* padding-top: 35vh;  */
}
.ind-gallery-left{
    display: none;
    left: 10vw;
    margin-left: -5vw;
    padding-right: 40vw;
}
.ind-gallery-right{
    display: none;
    right: 10vw;
    padding-left: 40vw;
    margin-right: -5vw;
}
.ind-gallery-modal-btn{
    position: relative;
    max-width: 100vw;
    /* width: 400px; */
    display: flex;
    flex-direction: column;
}
.ind-gallery-title{
    font-size: 1.5em;
}
.ind-gallery-single-container{
    max-width: 100vw;
    /* width: 400px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    margin: 5px;
    margin-bottom: 25px;
}
.ind-gallery-collage-top, .ind-gallery-collage-bottom, .ind-gallery-collage-top-four, .ind-gallery-collage-bottom-four, .ind-gallery-collage-top-three, .ind-gallery-collage-bottom-three, .ind-gallery-collage-top-two, .ind-gallery-collage-bottom-two, .ind-gallery-collage-bottom-one{
    display: flex;
}
.ind-gallery-collage-top-four .ind-gallery-collage-image, .ind-gallery-collage-bottom-four .ind-gallery-collage-image, .ind-gallery-collage-top-three .ind-gallery-collage-image{
    flex-basis: 49%;
    height: 150px;
    background-position: center!important;
    background-size: cover!important;
    margin: 1px;
}
.ind-gallery-collage-bottom-three .ind-gallery-collage-image, .ind-gallery-collage-bottom-two .ind-gallery-collage-image, .ind-gallery-collage-top-two .ind-gallery-collage-image{
    flex-basis: 100%;
    height: 150px;
    background-position: center!important;
    background-size: cover!important;
    margin: 1px;
}
.ind-gallery-collage-top-one .ind-gallery-collage-image{
    flex-basis: 100%;
    height: 300px;
    background-position: center!important;
    background-size: cover!important;
    margin: 1px;
}
.ind-gallery-collage-top .ind-gallery-collage-image{
    flex-basis: 49%;
    height: 200px;
    background-position: center!important;
    background-size: cover!important;
    margin: 1px;
}
.ind-gallery-collage-bottom .ind-gallery-collage-image{
    flex-basis: 33%;
    height: 100px;
    background-position: center!important;
    background-size: cover!important;
    margin: 1px;
}
.ind-gallery-collage-bottom .ind-gallery-collage-image:nth-of-type(3):after{
    content: "";
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.40);
    width: inherit;
    height: inherit;
    display: block;
}
.ind-gallery-collage-num{
    position: absolute;
    bottom: 6%;
    left: 77%;
    color: white;
    font-size: 2em;
    font-weight: 800;
}
.ind-gallery-main-container{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ind-gallery-counter{
    color: white;
    font-size: 1.5em;
    position: absolute;
    bottom: 0;
    width: calc(100% - 50px);
    text-align: center;
    margin-bottom: 10px;
}

/* loading */
.indvts-loading-background, .indvts-background-container{
	position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.353);
    z-index: 99999999;
}
#indvts-loading-icon{
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    animation: ind-fade 1s ease-in-out 1;
}
.ind-image{
  	position: absolute;
  	-webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
.ind-image-rev{
  	position: absolute;
  	-webkit-animation:spin 4s linear infinite reverse;
    -moz-animation:spin 4s linear infinite reverse;
    animation:spin 4s linear infinite reverse;
}
.ind-image-rev-2{
  	position: absolute;
  	-webkit-animation:spin 5s linear infinite reverse;
 	-moz-animation:spin 5s linear infinite reverse;
 	animation:spin 5s linear infinite reverse;
}


/* desktop styles */
@media only screen and (min-width: 600px){
    .ind-gallery-modal-img{
        margin-top: 0;
    }
    .ind-gallery-right, .ind-gallery-left{
        display: flex;
        align-items: center;
    }
    .ind-close-modal{
        display: block;
        right: 50px;
    }
    /* .ind-gallery-single-container{
        width: 48%;
    } */
    .ind-gallery-main-contianer{
        justify-content: space-between;
    }
}
@media only screen and (min-width: 768px){
    /* .ind-gallery-single-container{
        width: 32%;
    } */
}