
@charset 'UTF-8';

.point-wrapper{
    margin: 1em 1em;
}
.point-container{
    margin-top: 3rem;
}
.credit-container{
    margin-top: 5rem;
}
@media screen and (min-width:992px){

.lum-next-button {
    right: 200px!important;
  }
  .lum-previous-button {
    left: 200px!important;
  }
}
@media (max-width: 992px) {
    .lum-lightbox-inner img {
        top: 40px;
        left: 0;
        right: 0%;
        margin: 0 auto;
    }
    .lum-lightbox-position-helper {
        margin: auto;
    }
    .lum-lightbox-image-wrapper {
        display: flex !important;;
    }
    .credit-img{
        width: 70%;
    }
    
    .point-wrapper{
        margin: 0;
    }
    .point-container{
        margin-top: 1rem;
    }
}