

.image-align{
    display: flex;
    justify-content: center;
    padding: 20px;
}

.image-banner{
    width: 90%;
    aspect-ratio: 20/9;
    background-color: #fff;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-align .image-banner .photo-view-add{
    width: 90%;
    aspect-ratio: 20/9;
    border-radius: 15px;
    background-image: url(../../img/icones/plus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10%;
    box-shadow: 0 0 20px #00000038;
}
