.modal-image-info {
  .modal-header img {
    max-width: 60px;
  }
  .content-image {
    width: 100%;
    aspect-ratio: 2.5;
    
    margin-inline: auto;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 5%;
    }
  }
}
