.img-galery-oevento{
   /* height: 24vw;*/
    /*não esticar a imagem*/
    background-size: cover;
    /*centralizar a imagem*/
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    border: 2px solid #4b1863;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 768px) {
    .img-galery-oevento{
        height: 50vw;
    }
}

.no-padding-no-margin{
    padding: 0px !important;
    margin: 0px !important;
}

#imagesModal .modal-dialog{
    max-width: 100vw;
    height: 100vh;
    margin: 0px;
    padding: 0px;
}
#imagesModal .modal-content{
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    border: none;
}
#imagesModal .modal-header{
    background: #431458;
    color: #fff;
}